suggest to simplify log messages output when node starts syncing and in IBD mode #3448
Unanswered
chanhsu001
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when syncing node is in IBD(Initial Block Download) mode, the program prints every block information, with block height increasing.
it's not necessary to log every block, instead print first block, the last block within each epoch, and also print this epoch statistic information, including:
from Ian's suggestion
Beta Was this translation helpful? Give feedback.
All reactions