Skip to content

Conversation

@philippem
Copy link
Collaborator

No description provided.

@philippem philippem force-pushed the add-info-level-progress-messages branch from a1004ad to d1da1b2 Compare November 13, 2025 17:46
@philippem
Copy link
Collaborator Author

example output:

2025-11-13T09:46:38.529-08:00 - INFO NetworkInfo { version: 300000, subversion: "/Satoshi:30.0.0/", relayfee: 1e-6 }
2025-11-13T09:46:38.530-08:00 - INFO BlockchainInfo { chain: "main", blocks: 923473, headers: 923473, bestblockhash: "0000000000000000000153bd618affa399d77ba0b00a3e013429178ed8997d4f", pruned: false, verificationprogress: 1.0, initialblockdownload: Some(false) }
2025-11-13T09:47:10.615-08:00 - INFO downloading all block headers up to 0000000000000000000153bd618affa399d77ba0b00a3e013429178ed8997d4f
2025-11-13T09:47:15.359-08:00 - INFO downloaded 100000/923473 block headers (11%)
2025-11-13T09:47:20.207-08:00 - INFO downloaded 200000/923473 block headers (22%)
2025-11-13T09:47:25.163-08:00 - INFO downloaded 300000/923473 block headers (32%)
2025-11-13T09:47:29.976-08:00 - INFO downloaded 400000/923473 block headers (43%)
2025-11-13T09:47:34.816-08:00 - INFO downloaded 500000/923473 block headers (54%)
2025-11-13T09:47:39.581-08:00 - INFO downloaded 600000/923473 block headers (65%)
2025-11-13T09:47:44.333-08:00 - INFO downloaded 700000/923473 block headers (76%)
2025-11-13T09:47:49.223-08:00 - INFO downloaded 800000/923473 block headers (87%)
2025-11-13T09:47:54.096-08:00 - INFO downloaded 900000/923473 block headers (97%)
2025-11-13T09:47:55.248-08:00 - INFO downloaded 923474/923473 block headers (100%)
2025-11-13T09:48:07.051-08:00 - INFO hash=0000000000000000000153bd618affa399d77ba0b00a3e013429178ed8997d4f height=923473 @ 2025-11-13T17:40:10Z (923474 left to index)
2025-11-13T09:48:07.372-08:00 - INFO fetching blocks 0/86 (0.0%)
2025-11-13T09:48:30.034-08:00 - INFO adding txes from blocks 0/86 (0.0%)
2025-11-13T09:48:48.332-08:00 - INFO starting full compaction on RocksDB { path: "[...elided...]" }

@philippem philippem requested review from RCasatta and shesek November 13, 2025 18:22
RCasatta
RCasatta previously approved these changes Nov 14, 2025
Copy link
Collaborator

@RCasatta RCasatta left a comment

Choose a reason for hiding this comment

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

utack d1da1b2 code review, based on provided logs

some added logging is not visible from the provided output, but shouldn't be too noisy

@philippem philippem force-pushed the add-info-level-progress-messages branch 3 times, most recently from f46c223 to ef5b38f Compare November 14, 2025 19:54
@philippem philippem force-pushed the add-info-level-progress-messages branch from ef5b38f to 38eb880 Compare November 14, 2025 20:06
@philippem
Copy link
Collaborator Author

utack d1da1b2 code review, based on provided logs

some added logging is not visible from the provided output, but shouldn't be too noisy

the provided output is from a partial sync (after restart), some of the logging is only present during full initial sync (which takes the longest)

@philippem philippem requested a review from RCasatta November 17, 2025 16: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.

3 participants