fix name of log level variable

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-04-26 12:35:51 +02:00
parent 484205b03e
commit ab844d6da9
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
--lightserv={{ geth_light_serv }}
--lightpeers={{ geth_light_peers }}
{% endif %}
--verbosity={{ geth_log_level }}
--verbosity={{ geth_log_level_id }}
--cache={{ geth_cache }}
--port={{ geth_port }}
--nat=extip:{{ geth_public_addr }}