-
Notifications
You must be signed in to change notification settings - Fork 316
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
Reduce log verbosity #1523
Comments
Note we're not sure that that's what's causing nodes to fall out of sync, but agree with the suggestion |
It sounds very unlikely a culprit to sync issues (or at least hasn't changed much recently). But we can tweak some logging and levels. |
@cryptonemo the default log level appears to be warn (I think?). The user in question enabled debug logging, then their node started falling out of sync. I'd expect debug logging to cause that regardless, but these messages still shouldn't be logged as infos. |
Or maybe just off? |
I guess the question is: do we run any nodes with this level of logging enabled? |
Fair question. I don't run it on my node. Generally, we only advise enabling logging when there are failures being investigated. I agree that the info/debug/trace levels need adjustment though. |
Enabling info logging currently causes nodes to fall out of sync due to a flood of messages like:
These should all be debug.
The text was updated successfully, but these errors were encountered: