-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(http): disable healthcheck access logs with env #4814
New issue
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
Conversation
49a931e
to
7cbb4c3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add some documentation about this
Codecov Report
@@ Coverage Diff @@
## master #4814 +/- ##
==========================================
+ Coverage 86.92% 88.32% +1.39%
==========================================
Files 119 119
Lines 9020 9026 +6
==========================================
+ Hits 7841 7972 +131
+ Misses 1179 1054 -125
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
Where should it be added? I don't see a section for health check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this environment variable to the list of environment variables, and then we will document in the ticket about documenting env vars
@deepankarm once the env var is added to the list in |
Goals: