We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab53041 + d008cfe commit 7af45d6Copy full SHA for 7af45d6
examples/output_test/output_test.go
@@ -112,7 +112,7 @@ func TestKlogrStackZapr(t *testing.T) {
112
mapping[key] = value
113
}
114
115
- newLogger := func(out io.Writer, v int, vmodule string) logr.Logger {
+ newLogger := func(out io.Writer, v int, _ string) logr.Logger {
116
// Backend: zapr as configured in k8s.io/component-base/logs/json.
117
klog.SetLogger(newZaprLogger(out, v))
118
@@ -177,7 +177,7 @@ func TestKlogrInternalStackZapr(t *testing.T) {
177
178
179
180
181
182
183
0 commit comments