Skip to content

Commit

Permalink
Fix broken integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed Dec 7, 2021
1 parent 213e9bf commit 8540f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fleet/main_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func newDebugLogger(t *testing.T) *logger.Logger {
loggerCfg := logger.DefaultLoggingConfig()
loggerCfg.Level = logp.DebugLevel

log, err := logger.NewFromConfig("", loggerCfg)
log, err := logger.NewFromConfig("", loggerCfg, false)
require.NoError(t, err)
return log
}
Expand Down

0 comments on commit 8540f14

Please sign in to comment.