Commit 955f19f8 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: besu bonsai log disable (#673)

Signed-off-by: default avatarBarnabas Busa <busa.barnabas@gmail.com>
parent 84a0fa78
...@@ -229,6 +229,7 @@ def get_config( ...@@ -229,6 +229,7 @@ def get_config(
"--metrics-host=0.0.0.0", "--metrics-host=0.0.0.0",
"--metrics-port={0}".format(METRICS_PORT_NUM), "--metrics-port={0}".format(METRICS_PORT_NUM),
"--min-gas-price=1000000000", "--min-gas-price=1000000000",
"--bonsai-limit-trie-logs-enabled=false",
] ]
if ( if (
network not in constants.PUBLIC_NETWORKS network not in constants.PUBLIC_NETWORKS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment