Skip to content

Commit

Permalink
chore: change log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Mar 13, 2023
1 parent f8d3fd5 commit b29c48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/testconfig/testconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func newDefaultSimappConfig(cc ChainConfig, name, chainID, denom string) ibc.Cha
configFileOverrides := make(map[string]any)
tmTomlOverrides := make(interchaintestutil.Toml)

tmTomlOverrides["log_level"] = "debug"
tmTomlOverrides["log_level"] = "info" // change to debug to increase cometbft logging
configFileOverrides["config/config.toml"] = tmTomlOverrides

return ibc.ChainConfig{
Expand Down

0 comments on commit b29c48c

Please sign in to comment.