We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d17e8b commit 7e07990Copy full SHA for 7e07990
internal/integration/log_helpers_test.go
@@ -59,6 +59,7 @@ func newTestLogSink(ctx context.Context, mt *mtest.T, bufferSize int, validator
59
}
60
61
func (sink *testLogSink) Info(level int, msg string, keysAndValues ...interface{}) {
62
+ fmt.Println("Info", level, len(msg), len(keysAndValues))
63
sink.logs <- func() (int, string, []interface{}) {
64
return level, msg, keysAndValues
65
0 commit comments