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

Guard logs by verbose #145

Merged
merged 2 commits into from
Aug 30, 2024
Merged

Guard logs by verbose #145

merged 2 commits into from
Aug 30, 2024

Conversation

jbrower95
Copy link
Contributor

  • We missed a few logs during checkpoint proof generation that make parsing output more difficult.
  • Remove these logs to fix the command -- they should only show up with --verbose.

@jbrower95 jbrower95 marked this pull request as ready for review August 30, 2024 15:30
@jbrower95 jbrower95 requested a review from wadealexc August 30, 2024 15:36
color.Yellow("Submit these proofs to network and re-run with `status` to see the updated Eigenpod state.")
if verbose {
if !noSend {
color.Green("Complete! re-run with `status` to see the updated Eigenpod state.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should do this if it's verbose or not?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope

a good chunk of the people using the CLI are just throwing it in a CI / automated process

they are likely parsing out this and ignoring it anyways

anyone using the CLI manually (e.g for tests) likely should be using --verbose.

@jbrower95 jbrower95 merged commit 568591c into master Aug 30, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants