Plugins: Adds logging around loading of plugins for better tracking (#76896)
This commit is contained in:
@@ -23,7 +23,6 @@ func (d *grafanaInfraLogWrapper) New(ctx ...any) Logger {
|
||||
}
|
||||
}
|
||||
|
||||
ctx = append([]any{"logger"}, ctx...)
|
||||
return &grafanaInfraLogWrapper{
|
||||
l: d.l.New(ctx...),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user