Skip to content

Commit

Permalink
Increase log level
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Nov 22, 2024
1 parent 3474293 commit 645d33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systest/testcontext/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var (
1,
"controls tests parallelization by creating multiple spacemesh clusters at the same time",
)
logLevel = zap.LevelFlag("level", zap.InfoLevel, "verbosity of the logger")
logLevel = zap.LevelFlag("level", zap.DebugLevel, "verbosity of the logger")
testTimeout = flag.Duration("test-timeout", 60*time.Minute, "timeout for a single test")

tokens chan struct{}
Expand Down

0 comments on commit 645d33f

Please sign in to comment.