Skip to content
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 better logging management in Cosmovisor. #10058

Closed
4 tasks
jgimeno opened this issue Sep 2, 2021 · 1 comment · Fixed by #10217
Closed
4 tasks

Add better logging management in Cosmovisor. #10058

jgimeno opened this issue Sep 2, 2021 · 1 comment · Fixed by #10217
Assignees
Labels
C:Cosmovisor Issues and PR related to Cosmovisor

Comments

@jgimeno
Copy link
Contributor

jgimeno commented Sep 2, 2021

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

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@clevinson clevinson added the C:Cosmovisor Issues and PR related to Cosmovisor label Sep 3, 2021
@spoo-bar spoo-bar assigned spoo-bar and unassigned spoo-bar Sep 9, 2021
@alexanderbez
Copy link
Contributor

ACK. Just use the zerolog logger from the SDK 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Cosmovisor Issues and PR related to Cosmovisor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants