Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
add a flag to disable authorization error logs #4076
add a flag to disable authorization error logs #4076
Changes from 7 commits
31dbd6b
6e9bf6a
d4a8ec9
a86496a
d3b83f3
1fe7e9e
d8500f2
72420b4
98bf886
e5bd8d7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I don't have strong feelings about this, but ould this be better as:
?
We seem to be settling on this
enabled
true|false
style and I wonder if it's just about enablinglogging
for directives or specificallyerrors
.also: We should specify if enabled or not by default here and in the docs.
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.
cc @BrynCooke as you might have a preference in light of the telemetry recent work
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.
It depends if we see further logging configuration in the future.
If we think there will be more config:
We can always tackle this with a migration though, so happy with for now:
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.
I know that looks useless but could you write a small test to check that function ? Basically it's to prevent breaking change when we will remove
preview_
prefix and if we decide to change the configuration shape later