add geth verbosity setting

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-04-16 16:49:14 +02:00
parent 7ba41237bf
commit 5d535f405d
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,8 @@ faucet_geth_rpc_port: 8545
faucet_geth_rcp_api: 'eth,net,web3,admin,personal,shh'
faucet_geth_alias: 'geth'
faucet_geth_bootnodes: []
# 0=silent, 1=error, 2=warn, 3=info, 4=debug, 5=detail
faucet_geth_log_level: 3
# generic container settings
cont_state: started

View File

@ -15,6 +15,7 @@
{% elif faucet_network == "ropsten" %}
--testnet
{% endif %}
--verbosity={{ faucet_geth_log_level }}
--port={{ faucet_geth_main_port }}
--unlock={{ faucet_account_addr }}
--datadir=/data