nimbus-eth2/beacon_chain/beacon_node.nim.cfg
zah 8970a22fdd
Add a non-optional Json file log for the beacon node as stopgap measure (#1322)
* Add a non-optional Json file log for the beacon node as stopgap measure

* Fix the build with -d:testnet_servers_image
2020-07-15 15:15:55 +02:00

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