Skip to content

Commit

Permalink
test in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Feb 26, 2024
1 parent 5fe0340 commit c30491c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/load/load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var _ = ginkgo.Describe("[Load Simulator]", ginkgo.Ordered, func() {
nodes,
tmpnet.FlagsMap{
// The default tmpnet log level (info/debug) induces too much overhead for load testing.
config.LogDisplayLevelKey: "error",
config.LogDisplayLevelKey: "info",
config.LogLevelKey: "info",
},
utils.NewTmpnetSubnet(subnetAName, genesisPath, chainConfig, nodes...),
Expand Down

0 comments on commit c30491c

Please sign in to comment.