Skip to content

Commit a0ae823

Browse files
committed
revert Sync committee message received log level change
1 parent df24e7c commit a0ae823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/gossip_processing/eth2_processor.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ proc processSyncCommitteeMessage*(
485485

486486
# Potential under/overflows are fine; would just create odd metrics and logs
487487
let delay = wallTime - syncCommitteeMsg.slot.start_beacon_time
488-
trace "Sync committee message received", delay
488+
debug "Sync committee message received", delay
489489

490490
# Now proceed to validation
491491
let v = await validateSyncCommitteeMessage(

0 commit comments

Comments
 (0)