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.
2 parents 084b73e + 7b72c5b commit 9942957Copy full SHA for 9942957
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 otherwise 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