Page MenuHomePhabricator

[backport#15615] Add log output during initial header sync
ClosedPublic

Authored by majcosta on Sep 28 2020, 21:18.

Details

Summary

Add log output during initial header sync (Jonas Schnelli)

Pull request description:

The non debug log output is completely quiet during the header sync. I see two main reasons to add infos about the state of the initial header sync...
* users may think the node did fail to start sync
* it's a little complicate to check if your getting throttled during header sync (repeatedly calling `getchaintips` or similar)

Backport of Core PR15615

Test Plan
ninja check check-functional

run bitcoind with a fresh datadir and see the new header sync log output

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Sep 28 2020, 21:41