Is there an easy way to turn off logs for healthcheck paths? #220
Answered
by
tony-garcia
guyschlider
asked this question in
Questions
-
Lets say I want to add a custom location {} directive to the nginx.conf without having a fully modified version of it, |
Beta Was this translation helpful? Give feedback.
Answered by
tony-garcia
Mar 3, 2023
Replies: 1 comment
-
This is how I turned off logging for health check requests. (in my app, the health checks were hitting the URL /heathcheck/
source: http://nginx.org/en/docs/http/ngx_http_log_module.html |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tiangolo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is how I turned off logging for health check requests. (in my app, the health checks were hitting the URL /heathcheck/
source: http://nginx.org/en/docs/http/ngx_http_log_module.html