Skip to content

Use json log format. #10

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

Merged
merged 2 commits into from
Apr 30, 2025
Merged

Use json log format. #10

merged 2 commits into from
Apr 30, 2025

Conversation

0xSasaPrsic
Copy link
Member

Use json log format.

Copy link
Member

@moraesjeremias moraesjeremias left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -182,7 +185,7 @@ impl SP1AvailLightClientOperator {
.timeout(Duration::from_secs(900))
.run()?;
info!("Generate proof end");
log::info!("Attempting to update to new head block: {:?}", latest_block);
Copy link
Member

Choose a reason for hiding this comment

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

All other previous info logs will be JSON formatted, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes

@0xSasaPrsic 0xSasaPrsic merged commit 589b15c into main Apr 30, 2025
2 checks passed
@0xSasaPrsic 0xSasaPrsic deleted the use-json-log-format branch April 30, 2025 13:06
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