From 7c2cb1ba6a286001a43bd2014f59628ecf2d2041 Mon Sep 17 00:00:00 2001 From: Dustin Brody Date: Mon, 26 Sep 2022 10:33:50 +0000 Subject: [PATCH] adjust block resolved and sync committee message received log levels --- beacon_chain/consensus_object_pools/block_clearance.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/consensus_object_pools/block_clearance.nim b/beacon_chain/consensus_object_pools/block_clearance.nim index 89362ffd73..7bfebfc222 100644 --- a/beacon_chain/consensus_object_pools/block_clearance.nim +++ b/beacon_chain/consensus_object_pools/block_clearance.nim @@ -81,7 +81,7 @@ proc addResolvedHeadBlock( epochRef = dag.getEpochRef(state, cache) epochRefTick = Moment.now() - debug "Block resolved", + info "Block resolved", blockRoot = shortLog(blockRoot), blck = shortLog(trustedBlock.message), executionValid, heads = dag.heads.len(),