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:
Etan Kissling 2023-04-18 15:37:29 +02:00 committed by GitHub
parent 69d737e61d
commit 1d3e838236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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