rayonism: increase Geth node verbosity to detail
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9bf2e03137
commit
0a38a4642d
|
@ -7,7 +7,7 @@ geth_rpc_wrapper: '{{ geth_service_path }}/rpc.geth.sh'
|
|||
geth_cont_image: 'ethereum/client-go@sha256:82920663d5c2378d9d21c640f30c885154e5eca6d1dd7ccec83711f527aeddbf'
|
||||
geth_account_pass: '{{lookup("passwordstore", "services/Nimbus-Geth/password")}}'
|
||||
geth_sync_mode: 'fast'
|
||||
geth_log_level_name: 'debug'
|
||||
geth_log_level_name: 'detail'
|
||||
# Enable consensus API
|
||||
geth_rpc_addr: '127.0.0.1'
|
||||
geth_rpc_port: 8545
|
||||
|
|
Loading…
Reference in New Issue