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