-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
fix: reduce verbosity of gossip block errors #6430
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## unstable #6430 +/- ##
============================================
- Coverage 61.72% 61.70% -0.02%
============================================
Files 553 553
Lines 57845 57858 +13
Branches 1829 1828 -1
============================================
- Hits 35702 35701 -1
- Misses 22106 22120 +14
Partials 37 37 |
This comment was marked as off-topic.
This comment was marked as off-topic.
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
🎉 This PR is included in v1.16.0 🎉 |
Motivation
Follow logging-policy and avoid user concerns by reducing verbosity of non-critical errors.
Description
Log gossip block errors as warningsOnly log to debug if blobs are unavailable within cutoff timeTODO
Closes #6402