-
Notifications
You must be signed in to change notification settings - Fork 720
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
*: minor fix for log refinement (#2916) #2918
Conversation
cb84e05
to
93b38cc
Compare
Signed-off-by: Ryan Leung <rleungx@gmail.com>
93b38cc
to
5becb79
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.
LGTM
/merge |
/merge |
/run-all-tests |
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
Codecov Report
@@ Coverage Diff @@
## release-4.0 #2918 +/- ##
===============================================
+ Coverage 77.26% 77.30% +0.04%
===============================================
Files 209 209
Lines 22850 22850
===============================================
+ Hits 17655 17665 +10
+ Misses 3855 3842 -13
- Partials 1340 1343 +3
Continue to review full report at Codecov.
|
cherry-pick #2916 to release-4.0
What problem does this PR solve?
Related to #2704.
What is changed and how it works?
This PR fixes some logs which are not consistent by mistake.
Check List
Tests
Related changes
Release note