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:
|
programMain:
|
||||||
let config = makeBannerAndConfig("Nimbus validator client v" & fullVersionStr, ValidatorClientConf)
|
let config = makeBannerAndConfig("Nimbus validator client v" & fullVersionStr, ValidatorClientConf)
|
||||||
|
|
||||||
|
setupStdoutLogging(config.logLevel)
|
||||||
|
|
||||||
setupLogging(config.logLevel, config.logFile)
|
setupLogging(config.logLevel, config.logFile)
|
||||||
|
|
||||||
case config.cmd
|
case config.cmd
|
||||||
|
|
Loading…
Reference in New Issue