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

Log progress of deserialising ledger during recovery #6670

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eddyashton
Copy link
Member

We've printed this pretty unhelpful line for a long time:

Deserialising public ledger entry [42]

42 is the number of bytes in this entry, we print no sign of how many entries we've actually processed, even though we know this. I think we should actually print summaries, but since we're already printing once-per-entry I've at least made it explicit which entry we think we're looking at.

@eddyashton eddyashton requested a review from a team as a code owner November 22, 2024 16:05
@eddyashton eddyashton marked this pull request as draft November 22, 2024 16:39
@eddyashton eddyashton changed the title Log progress of deserialising ledger during public recovery Log progress of deserialising ledger during recovery Nov 22, 2024
@eddyashton eddyashton marked this pull request as ready for review November 22, 2024 17:10
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