remove useless beacon_node_verbose

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

View File

@ -1,6 +1,4 @@
---
beacon_node_verbose: false
beacon_node_build_flavour: 'rlpx'
beacon_node_network: 'testnet0'
beacon_node_total_nodes: 1

View File

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