-
Notifications
You must be signed in to change notification settings - Fork 2.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
Improve server-side logging #13736
Improve server-side logging #13736
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13736 +/- ##
============================================
+ Coverage 34.70% 43.72% +9.01%
- Complexity 6968 9070 +2102
============================================
Files 1384 1384
Lines 80312 80313 +1
Branches 9768 9768
============================================
+ Hits 27874 35118 +7244
+ Misses 50039 42259 -7780
- Partials 2399 2936 +537
Continue to review full report at Codecov.
|
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. thanks for the improvement!
alluxio-bot, merge this please |
### What changes are proposed in this pull request? Simplify the logging based on user feedback - Remove excessive logging like “2021-06-01 10:09:25,353 INFO ServerConfigurationChecker - All server-side configurations are consistent.” - Add master/worker logging with version - Remove noisy logging like `WARN EC2MetadataUtils - Unable to retrieve the requested metadata (/latest/meta-data/product-codes). Failed to connect to service endpoint: ` ### Why are the changes needed? Clean up logging to ease debugging experience ### Does this PR introduce any user facing changes? No pr-link: Alluxio#13736 change-id: cid-568199789012bc8f2dd53e3feacd1335856e0754
What changes are proposed in this pull request?
Simplify the logging based on user feedback
WARN EC2MetadataUtils - Unable to retrieve the requested metadata (/latest/meta-data/product-codes). Failed to connect to service endpoint:
Why are the changes needed?
Clean up logging to ease debugging experience
Does this PR introduce any user facing changes?
No