rayonism: set debug log level for geth node

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-04-30 11:33:53 +02:00
parent 518726e5f6
commit 6d832ae5c3
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ geth_service_name: 'nimbus-steklo'
geth_cont_image: 'ethereum/client-go@sha256:8bab36b54037a6fc480e862b5d8363372fcc4974c10e717e57799d8bab3884b3' geth_cont_image: 'ethereum/client-go@sha256:8bab36b54037a6fc480e862b5d8363372fcc4974c10e717e57799d8bab3884b3'
geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}' geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
geth_sync_mode: 'fast' geth_sync_mode: 'fast'
geth_log_level_name: 'debug'
# Enable consensus API # Enable consensus API
geth_rcp_api: 'eth,net,web3,personal,admin,consensus' geth_rcp_api: 'eth,net,web3,personal,admin,consensus'
geth_websocket_api: 'eth,net,web3,personal,admin,consensus' geth_websocket_api: 'eth,net,web3,personal,admin,consensus'