Skip to content

Commit

Permalink
fix log level flag for eth1 Erigon
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed May 7, 2024
1 parent 6473ed9 commit 204dccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test_env/erigon_eth1.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func (g *Erigon) buildPowInitScript(minerAddr string) (string, error) {
echo "Starting Erigon..."
erigon --http --http.api=eth,erigon,engine,web3,net,debug,trace,txpool,admin --http.addr=0.0.0.0 --http.corsdomain=* --http.vhosts=* --http.port={{.HttpPort}} --ws \
--allow-insecure-unlock --nodiscover --networkid={{.ChainID}} --mine --miner.etherbase={{.MinerAddr}} --fakepow --verbosity={{.LogLevel}}`
--allow-insecure-unlock --nodiscover --networkid={{.ChainID}} --mine --miner.etherbase={{.MinerAddr}} --fakepow --log.console.verbosity={{.LogLevel}}`

data := struct {
HttpPort string
Expand Down

0 comments on commit 204dccc

Please sign in to comment.