-
Notifications
You must be signed in to change notification settings - Fork 186
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
Lower logging verbosity level for graylisted peers #355
base: master
Are you sure you want to change the base?
Conversation
My Lotus client is bein flooded with about 10 of these messages per second - since its rather regular behaviour and not that important, I think this can be lowered to Debug instead of Info.
It looks like the test error is a timeout? Is this something I need to fix? |
Info is an appropriate level for this I think; it used to be Warn and we lowered it to info sometime ago. |
Hmm, then is it something that needs to be fixed in
|
Its actually less bad now, yesterday evening it really was 10 to 15 messages like that per second 😅 |
You probably want to set your log level to WARN; INFO generates lots of spam. |
Hmm, maybe we should set the log level for |
My Lotus client is being flooded with about 10 of these messages per second - since its rather regular behaviour and not that important (I assume, because its happening a lot), I think this can be lowered to Debug instead of Info.
Please note that while this is a little chance, I haven't tested it nor do I have much GoLang knowledge. Please review accordingly, and let me know what I should (do|have done) different :)