mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-24 21:40:03 +00:00
8970a22fdd
* Add a non-optional Json file log for the beacon node as stopgap measure * Fix the build with -d:testnet_servers_image
9 lines
209 B
Nim
9 lines
209 B
Nim
-d:"chronicles_sinks=textlines,json[file]"
|
|
-d:"chronicles_runtime_filtering=on"
|
|
-d:"chronicles_default_output_device=dynamic"
|
|
|
|
@if testnet_servers_image:
|
|
-d:"chronicles_sinks=json"
|
|
-d:"withoutPrompt"
|
|
@end
|