rayonism: increase Geth node verbosity to detail

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-05-12 14:35:16 +02:00
parent 9bf2e03137
commit 0a38a4642d
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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