mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-12 15:24:14 +00:00
configuring a writer for the dynamic log output device for the VC binary as well (same as in the BN)
This commit is contained in:
parent
7ad59b1852
commit
7ed885f144
@ -270,6 +270,8 @@ proc onSlotStart(vc: ValidatorClient, lastSlot, scheduledSlot: Slot) {.gcsafe, a
|
||||
programMain:
|
||||
let config = makeBannerAndConfig("Nimbus validator client v" & fullVersionStr, ValidatorClientConf)
|
||||
|
||||
setupStdoutLogging(config.logLevel)
|
||||
|
||||
setupLogging(config.logLevel, config.logFile)
|
||||
|
||||
case config.cmd
|
||||
|
Loading…
x
Reference in New Issue
Block a user