mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix log filters (#44681)
This commit is contained in:
committed by
GitHub
parent
5f16e4cedc
commit
bc7e55d99b
@@ -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