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 May 1, 2024
1 parent 9e8d2e7 commit e9e4901
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 @@ -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(),
Expand Down

0 comments on commit e9e4901

Please sign in to comment.