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 4276f38 commit 7b72c5bCopy full SHA for 7b72c5b
pkg/runtime/log/log.go
@@ -37,7 +37,7 @@ var (
37
// ZapLoggerTo returns a new Logger implementation using Zap which logs
38
// to the given destination, instead of stderr. It otherise behaves like
39
// ZapLogger.
40
- ZapLoggerTo = zap.Logger
+ ZapLoggerTo = zap.LoggerTo
41
42
// SetLogger sets a concrete logging implementation for all deferred Loggers.
43
SetLogger = log.SetLogger
0 commit comments