Checkpoint mismatch log messages are very common because of Bitcoin Cash and Bitcoin SV peers, and the word "ERROR" showing up just after starting a node confuses users.
Move these messages to a debug category.
Depends on D12043
Differential D12030
logging: move checkpoint log into VALIDATION debug category PiRK on Sep 22 2022, 08:51. Authored by Tags None Subscribers None
Details
Checkpoint mismatch log messages are very common because of Bitcoin Cash and Bitcoin SV peers, and the word "ERROR" showing up just after starting a node confuses users. Move these messages to a debug category. Depends on D12043 ninja all check-all Start bitcoind and verify for a few minutes that the error messages are no longer printed. Run bitcoind -debug=VALIDATION and check that the error messages are logged.
Diff Detail
Event TimelineComment Actions This is partially covered by core#23235, so let's backport this (and all dependencies) first, then rebase to apply only the remaining changes Comment Actions rebase on top of D12043. Now this diff only moves two messages to the VALIDATION debug category. |