huweihuang opened a new issue, #1546: URL: https://github.com/apache/apisix-ingress-controller/issues/1546
### Issue description the health check log level is the info level and affected the business log. ``` info [email protected]/context.go:173 path: /healthz ``` ### Environment - your apisix-ingress-controller version (output of apisix-ingress-controller version --long): - your Kubernetes cluster version (output of kubectl version): - if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a): ### Minimal test code / Steps to reproduce kubectl logs -f ingress-controller pod ### Actual result ``` debug [email protected]/context.go:173 path: /healthz ``` ### Error log ``` info [email protected]/context.go:173 path: /healthz ``` ### Expected result _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
