We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I disable /healthz access log?
I was trying to set:
log: access_level: "warn"
log: access_level: "error"
log: access_log: "/dev/null"
But the following lines are always appear in console:
gorush_1 | [GIN] 2019/10/28 - 08:31:06 | 200 | 62.001µs | 127.0.0.1 | GET /healthz gorush_1 | [GIN] 2019/10/28 - 08:31:16 | 200 | 51.607µs | 127.0.0.1 | GET /healthz gorush_1 | [GIN] 2019/10/28 - 08:31:26 | 200 | 48.127µs | 127.0.0.1 | GET /healthz gorush_1 | [GIN] 2019/10/28 - 08:31:37 | 200 | 47.437µs | 127.0.0.1 | GET /healthz gorush_1 | [GIN] 2019/10/28 - 08:31:47 | 200 | 46.996µs | 127.0.0.1 | GET /healthz
The text was updated successfully, but these errors were encountered:
I will take it.
Sorry, something went wrong.
chore(log): ignore /healthz request log
72480e4
Add zerolog for gin httpd log fixed: #435 Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
chore(log): ignore /healthz request log (#464)
eba8c2d
* chore(log): ignore /healthz request log Add zerolog for gin httpd log fixed: #435 Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * remove variable Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
appleboy
Successfully merging a pull request may close this issue.
How can I disable /healthz access log?
I was trying to set:
But the following lines are always appear in console:
The text was updated successfully, but these errors were encountered: