Skip to content

Commit 7c2cb1b

Browse files
committed
adjust block resolved and sync committee message received log levels
1 parent 8ca537c commit 7c2cb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/consensus_object_pools/block_clearance.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ proc addResolvedHeadBlock(
8181
epochRef = dag.getEpochRef(state, cache)
8282
epochRefTick = Moment.now()
8383

84-
debug "Block resolved",
84+
info "Block resolved",
8585
blockRoot = shortLog(blockRoot),
8686
blck = shortLog(trustedBlock.message),
8787
executionValid, heads = dag.heads.len(),

0 commit comments

Comments
 (0)