Skip to content

Commit 6a4f83c

Browse files
committed
adjust block resolved and sync committee message received log levels
1 parent 1791b0e commit 6a4f83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/consensus_object_pools/block_clearance.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ proc addResolvedHeadBlock(
8080
epochRef = dag.getEpochRef(state, cache)
8181
epochRefTick = Moment.now()
8282

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

0 commit comments

Comments
 (0)