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

feat(pruner, static-file, node-core): add Started events #6769

Merged

Conversation

shekhirin
Copy link
Collaborator

Just more logs for improved observability

@shekhirin shekhirin added C-enhancement New feature or request A-observability Related to tracing, metrics, logs and other observability tools A-pruning Related to pruning or full node A-static-files Related to static files labels Feb 23, 2024
@shekhirin shekhirin marked this pull request as ready for review February 23, 2024 21:16
Comment on lines +364 to +366
head_block_hash = ?state.head_block_hash,
safe_block_hash = ?state.safe_block_hash,
finalized_block_hash = ?state.finalized_block_hash,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
head_block_hash = ?state.head_block_hash,
safe_block_hash = ?state.safe_block_hash,
finalized_block_hash = ?state.finalized_block_hash,
head_block_hash = %state.head_block_hash,
safe_block_hash = %state.safe_block_hash,
finalized_block_hash = %state.finalized_block_hash,

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

then we'll get short version of hashes, no? And since we skipped this FCU, we want to know the hashes of the FCU we've skipped

@shekhirin shekhirin merged commit b896380 into feat/static-files Feb 26, 2024
23 of 25 checks passed
@shekhirin shekhirin deleted the alexey/pruner-static-file-producer-events branch February 26, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-observability Related to tracing, metrics, logs and other observability tools A-pruning Related to pruning or full node A-static-files Related to static files C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants