Skip to content

Commit

Permalink
adjust block resolved and sync committee message received log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Dec 11, 2023
1 parent df902fd commit cf9a7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/consensus_object_pools/block_clearance.nim
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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(),
Expand Down

0 comments on commit cf9a7f4

Please sign in to comment.