-
Notifications
You must be signed in to change notification settings - Fork 5
feat(cli): println! to tracing logs migration
#144
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
base: main
Are you sure you want to change the base?
Conversation
ljoss17
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small formatting comments for the logs
Regarding this, yes ideally I feel like this should be migrated to |
println!println! to tracing logs migration
|
@ljoss17, I fixed your comments and migrated |
Solves #121.
I replaced all
println!statements with tracing logs for the testnet subcommand. @ljoss17 let me know if this is what you had in mind.Moreover, I observe two more files where
println!is used:utils/src/poa.rs: 21 occurrencescli/src/cmd/show_pubkey.rs: 1 occurrence (show public key command)Should we also use tracing logs for these, too?