Skip to content

Commit

Permalink
autofill node log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed May 8, 2024
1 parent bea57e1 commit 017cac4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/test_env/ethereum_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,10 @@ func (b *EthereumNetworkBuilder) autoFill() error {
b.ethereumVersion = config.EthereumVersion_Eth2
}

if b.nodeLogLevel == "" {
b.nodeLogLevel = config.DefaultNodeLogLevel
}

return nil
}

Expand Down

0 comments on commit 017cac4

Please sign in to comment.