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 5842b1f commit 4be3d3aCopy full SHA for 4be3d3a
internal/log.go
@@ -19,7 +19,7 @@ type DefaultLogger struct {
19
}
20
21
func (l *DefaultLogger) Printf(ctx context.Context, format string, v ...interface{}) {
22
- _ = l.log.Output(2, fmt.Sprintf(format, v...))
+ _ = l.log.Output(4, fmt.Sprintf(format, v...))
23
24
25
func NewDefaultLogger() Logging {
0 commit comments