Reduce compilation differences between client and server nodes

This commit is contained in:
Zahary Karadjov 2019-11-11 23:28:06 +00:00
parent ac5aabd569
commit 47940928a6
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
2 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,8 @@
-d:"chronicles_runtime_filtering=on"
-d:"chronicles_default_output_device=dynamic"
@if testnet_docker_node:
@if testnet_servers_image:
-d:"chronicles_sinks=json"
-d:"withoutPrompt"
@else:
-d:"chronicles_default_output_device=dynamic"
@end

View File

@ -43,7 +43,7 @@ RUN cd nim-beacon-chain \
-d:"SLOTS_PER_EPOCH=${SLOTS_PER_EPOCH}" \
-d:"SECONDS_PER_SLOT=${SECONDS_PER_SLOT}" \
-d:"chronicles_log_level=DEBUG" \
-d:"testnet_docker_node" \
-d:"testnet_servers_image" \
c beacon_chain/beacon_node.nim
# --------------------------------- #