lower log level of LC optimistic sync (#4834)
When using light client sync while main forward sync is behind, use DEBUG log level instead of INFO log level to reduce log verbosity.
This commit is contained in:
parent
69d737e61d
commit
1d3e838236
|
@ -40,7 +40,7 @@ proc initLightClient*(
|
|||
let
|
||||
optimisticHandler = proc(signedBlock: ForkedMsgTrustedSignedBeaconBlock):
|
||||
Future[void] {.async.} =
|
||||
info "New LC optimistic block",
|
||||
debug "New LC optimistic block",
|
||||
opt = signedBlock.toBlockId(),
|
||||
dag = node.dag.head.bid,
|
||||
wallSlot = node.currentSlot
|
||||
|
|
Loading…
Reference in New Issue