Skip to content

Commit

Permalink
Merge pull request #559 from GrigoriyMikhalkin/CR-558
Browse files Browse the repository at this point in the history
✨ ZapLoggerTo points to zap.LoggerTo
  • Loading branch information
k8s-ci-robot committed Aug 9, 2019
2 parents 084b73e + 7b72c5b commit 9942957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runtime/log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (
// ZapLoggerTo returns a new Logger implementation using Zap which logs
// to the given destination, instead of stderr. It otherwise behaves like
// ZapLogger.
ZapLoggerTo = zap.Logger
ZapLoggerTo = zap.LoggerTo

// SetLogger sets a concrete logging implementation for all deferred Loggers.
SetLogger = log.SetLogger
Expand Down

0 comments on commit 9942957

Please sign in to comment.