switch nibus log level back to INFO
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e8561faec3
commit
631f739279
|
@ -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 }}'
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue