fix renamed --log-stdout flag to --log-format

Changed in:
https://github.com/status-im/nimbus-eth2/commit/2c0be052

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-11-10 17:01:50 +01:00
parent 6b5e2adbb5
commit 8cdaab5071
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
--secrets-dir="{{ beacon_node_secrets_dir }}"
{% endif %}
{% if beacon_node_repo_branch == "unstable" %}
--log-stdout={{ beacon_node_log_format }}
--log-format={{ beacon_node_log_format }}
{% endif %}
--log-level={{ beacon_node_log_level }}
--nat=extip:{{ beacon_node_public_address }}