Chore: Fix log filters (#44681)

This commit is contained in:
Marcus Efraimsson
2022-02-03 16:20:02 +01:00
committed by GitHub
parent 5f16e4cedc
commit bc7e55d99b
12 changed files with 261 additions and 125 deletions

View File

@@ -12,7 +12,7 @@ const (
type Logger interface {
// New returns a new Logger that has this logger's context plus the given context
New(ctx ...interface{}) MultiLoggers
New(ctx ...interface{}) *ConcreteLogger
Log(keyvals ...interface{}) error