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 Mar 29, 2023
1 parent ceb24d3 commit b5e4f1f
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 @@ -76,7 +76,7 @@ proc addResolvedHeadBlock(
epochRef = dag.getEpochRef(state, cache)
epochRefTick = Moment.now()

debug "Block resolved",
info "Block resolved",
blockRoot = shortLog(blockRoot),
blck = shortLog(trustedBlock.message),
blockVerified,
Expand Down

0 comments on commit b5e4f1f

Please sign in to comment.