fix name of log level variable
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
484205b03e
commit
ab844d6da9
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue