is there any way to disable the HTTP 200 logging at the nginx ingress controller? It takes too much disk space and this requires a lot of maintenance.
thank you.
As mentioned in here https://kubernetes.github.io/ingress-nginx/troubleshooting/#debug-logging
log-level can be configured in the deployment by using the flag --v=X
try with the levels --v=0
, --v=1
, --v=2
... and use which makes sense to you.