We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cosmovisor needs better logging than printing in stdout.
Right now cosmovisor is doing Println around the code for logging purposes. We need in some moment to use a proper library to log.
Use a proper logging library. We can use same as in SDK.
The text was updated successfully, but these errors were encountered:
ACK. Just use the zerolog logger from the SDK 👍
Sorry, something went wrong.
spoo-bar
Successfully merging a pull request may close this issue.
Summary
Cosmovisor needs better logging than printing in stdout.
Problem Definition
Right now cosmovisor is doing Println around the code for logging purposes. We need in some moment to use a proper library to log.
Proposal
Use a proper logging library. We can use same as in SDK.
For Admin Use
The text was updated successfully, but these errors were encountered: