-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
log: change dispatch error
log level
#16228
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16228 +/- ##
================================================
+ Coverage 80.3321% 80.8748% +0.5427%
================================================
Files 506 506
Lines 135907 138812 +2905
================================================
+ Hits 109177 112264 +3087
+ Misses 18216 18057 -159
+ Partials 8514 8491 -23 |
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.
LGTM
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.
LGTM
/merge |
Your auto merge job has been accepted, waiting for 16091 |
/run-all-tests |
Signed-off-by: sre-bot <[email protected]>
cherry pick to release-3.0 in PR #16232 |
Signed-off-by: sre-bot <[email protected]>
cherry pick to release-3.1 in PR #16233 |
cherry pick to release-4.0 in PR #16234 |
Co-authored-by: Lingyu Song <[email protected]>
What problem does this PR solve?
Problem Summary:
Currently, log level of dispatch error is
WARN
, it's better to change it toERROR
What is changed and how it works?
Change log level of
dispatch error
fromWARN
toERROR
Related changes
Check List
Tests
Side effects
Release note