Skip to content

Commit a8b78dd

Browse files
authored
Fix reth output logs (#12)
1 parent eb08709 commit a8b78dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ func setupServices(svcManager *serviceManager, out *output) error {
352352
"node",
353353
"--chain", "{{.Dir}}/genesis.json",
354354
"--datadir", "{{.Dir}}/data_reth",
355+
"--color", "never",
355356
"--http",
356357
"--http.port", "8545",
357358
"--authrpc.port", "8551",

0 commit comments

Comments
 (0)