-
Notifications
You must be signed in to change notification settings - Fork 148
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
Add logging #576
Comments
Here's some additional advice from @greg-szabo and @mircea-c
|
Problem
We need logging to understand the running system.
Closing criteria
Add
TODOs
# Other
Ill add logging for goc-december first, and then we can worry about getting it on main.
Note, the logger only has debug, info and error, and doesn't have warn.
https://github.com/tendermint/tendermint/blob/v0.34.23/libs/log/logger.go#L10-L16
Related issue
Shawns MVP logging branch
I will take inspiration from the tips here
The text was updated successfully, but these errors were encountered: