-
Notifications
You must be signed in to change notification settings - Fork 250
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
Drastically reduce logging verbosity #1785
Comments
#1777 does exactly this. It's in |
This has been solved in master. Log level have been significantly shuffled, and INFO has been made the default. You should expect 2 log lines per slot/every 6 seconds + the occasional finality message with default logging. Logging strategy has been documented as well at https://github.com/status-im/nim-beacon-chain/blob/c5a58555/docs/logging.md |
I'm running a nimbus node on Medalla from latest master.
Related to #1779 it's difficult to see what the node is doing. Mainly due to too many messages in INFO level.
The default logging should be changed from DEBUG to INFO.
The INFO level should be drastically reduced.
24h of JSON log file create a 2+ GB file:
24h of piping the standard output to a file, generates 3+ GB:
It should be reduced by 3 orders of magnitude if possible :)
The text was updated successfully, but these errors were encountered: