Page MenuHomePhabricator

log: Log VerifyDB Progress over multiple lines
ClosedPublic

Authored by PiRK on Dec 6 2023, 13:04.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC294916caf9b1: log: Log VerifyDB Progress over multiple lines
Summary

This allows to log a timestamp for each entry, and avoids potential interference with other threads that could log concurrently.

This concludes backport of core#27009
https://github.com/bitcoin/bitcoin/pull/27009/commits/fe683f352480245add0b27fe7efef5fef4c1e8c3

Depends on D14921

Test Plan

ninja && src/bitcoind

src/bitcoin-cli verifychain 4 10000

Check the output of the bitcoind process.

Diff Detail

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

Event Timeline

PiRK requested review of this revision.Dec 6 2023, 13:04
Fabien edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Dec 7 2023, 14:03