feat(engine): downgrade pipeline inconsistency log to debug (#5196)

This commit is contained in:
Alexey Shekhirin
2023-10-26 16:48:51 +01:00
committed by GitHub
parent d06931a38c
commit c449bd53ea

View File

@ -347,7 +347,7 @@ where
// If the checkpoint of any stage is less than the checkpoint of the first stage,
// retrieve and return the block hash of the latest header and use it as the target.
if stage_checkpoint < first_stage_checkpoint {
warn!(
debug!(
target: "consensus::engine",
first_stage_checkpoint,
inconsistent_stage_id = %stage_id,