-
Notifications
You must be signed in to change notification settings - Fork 273
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
change the state machine log verbosity level to be trace #1578
Comments
Should it be |
Debug sounds fair to me, enabling trace looking for them would be too noisy imo |
abernix
added a commit
that referenced
this issue
Aug 24, 2022
This changes the verbosity of messages like `transitioned to starting` from the `info` level to the `trace` level since messages about the state machine aren't necessary user-facing information during normal operation. Closes #1578
Geal
pushed a commit
that referenced
this issue
Aug 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
right now the state machine prints a lot of messages which are a bit too verbose (like the
transitioned to started
multiple times messages)i think those can be made
trace
?The text was updated successfully, but these errors were encountered: