diff --git a/pkg/util/logger/logger_test.go b/pkg/util/logger/logger_test.go index bc73ffc9f..801253c19 100644 --- a/pkg/util/logger/logger_test.go +++ b/pkg/util/logger/logger_test.go @@ -10,7 +10,7 @@ import ( func Benchmark_loggerLog(b *testing.B) { ctx := context.Background() - prm := Prm{} + prm := Prm{AllowedTags: []string{"main:debug"}} require.NoError(b, prm.SetLevelString("debug")) logger, err := NewLogger(prm)