-
Notifications
You must be signed in to change notification settings - Fork 252
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
[RFC] Rework log levels #1779
Labels
Comments
Closed by #1788. Though we'll likely want to revisit them once again just before launch depending on what we find useful/useless in debug mode to quickly react to eventual launch issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As we approach launch, user experience is paramount and we need to review our current logging. In particular several components have significantly matured and might not need the logging we once required during development.
The current debug and trace are very verbose, and filling disks really fast.
In contrary, the "NOTICE" log level is very dry, this is an example of a non-validator node following Spadina for 4 hours after restart in NOTICE
It looks like nothing is happening. Some suggestions for user oriented log at the Notice level
And also everything related to the users own validators (attestation sent, block proposed, slashings)
The text was updated successfully, but these errors were encountered: