File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ proc addResolvedHeadBlock(
76
76
epochRef = dag.getEpochRef (state, cache)
77
77
epochRefTick = Moment .now ()
78
78
79
- debug " Block resolved" ,
79
+ info " Block resolved" ,
80
80
blockRoot = shortLog (blockRoot),
81
81
blck = shortLog (trustedBlock.message),
82
82
blockVerified,
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ proc processSyncCommitteeMessage*(
485
485
486
486
# Potential under/overflows are fine; would just create odd metrics and logs
487
487
let delay = wallTime - syncCommitteeMsg.slot.start_beacon_time
488
- debug " Sync committee message received" , delay
488
+ trace " Sync committee message received" , delay
489
489
490
490
# Now proceed to validation
491
491
let v = await validateSyncCommitteeMessage (
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ USE_HTOP="1"
66
66
USE_VC=" 1"
67
67
LIGHTHOUSE_VC_NODES=" 0"
68
68
USE_GANACHE=" 0"
69
- LOG_LEVEL=" DEBUG; TRACE:networking "
69
+ LOG_LEVEL=" TRACE"
70
70
BASE_PORT=" 9000"
71
71
BASE_REMOTE_SIGNER_PORT=" 6000"
72
72
BASE_METRICS_PORT=" 8008"
You can’t perform that action at this time.
0 commit comments