Skip to content

Commit 955f19f

Browse files
authored
fix: besu bonsai log disable (ethereum#673)
Signed-off-by: Barnabas Busa <busa.barnabas@gmail.com>
1 parent 84a0fa7 commit 955f19f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/el/besu/besu_launcher.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ def get_config(
229229
"--metrics-host=0.0.0.0",
230230
"--metrics-port={0}".format(METRICS_PORT_NUM),
231231
"--min-gas-price=1000000000",
232+
"--bonsai-limit-trie-logs-enabled=false",
232233
]
233234
if (
234235
network not in constants.PUBLIC_NETWORKS

0 commit comments

Comments
 (0)