Skip to content

Commit 7e07990

Browse files
committed
debugging
1 parent 4d17e8b commit 7e07990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/integration/log_helpers_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ func newTestLogSink(ctx context.Context, mt *mtest.T, bufferSize int, validator
5959
}
6060

6161
func (sink *testLogSink) Info(level int, msg string, keysAndValues ...interface{}) {
62+
fmt.Println("Info", level, len(msg), len(keysAndValues))
6263
sink.logs <- func() (int, string, []interface{}) {
6364
return level, msg, keysAndValues
6465
}

0 commit comments

Comments
 (0)