Chore: Fix log filters (#44681)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user