Skip to content

Commit

Permalink
fix: besu bonsai log disable (#673)
Browse files Browse the repository at this point in the history
Signed-off-by: Barnabas Busa <busa.barnabas@gmail.com>
  • Loading branch information
barnabasbusa committed Jun 14, 2024
1 parent 84a0fa7 commit 955f19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/el/besu/besu_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ def get_config(
"--metrics-host=0.0.0.0",
"--metrics-port={0}".format(METRICS_PORT_NUM),
"--min-gas-price=1000000000",
"--bonsai-limit-trie-logs-enabled=false",
]
if (
network not in constants.PUBLIC_NETWORKS
Expand Down

0 comments on commit 955f19f

Please sign in to comment.