switch nibus log level back to INFO

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-04-23 19:35:05 +02:00
parent e8561faec3
commit 631f739279
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ beacon_node_verbose: false
beacon_node_build_flavour: 'rlpx'
beacon_node_network: 'testnet0'
beacon_node_total_nodes: 1
beacon_node_log_level: INFO
# Image source: https://github.com/status-im/nimbus/tree/master/docker/beacon_node
beacon_node_cont_tag: '{{ beacon_node_network }}-{{ beacon_node_build_flavour }}'

View File

@ -23,7 +23,7 @@
- '{{ public_udp_port }}:{{ beacon_node_discovery_port }}/udp'
command: |
{% if beacon_node_verbose %}
--logLevel=DEBUG
--logLevel={{ beacon_node_log_level }}
{% endif %}
--network={{ beacon_node_network }}
--tcpPort={{ beacon_node_listening_port }}