Plugins: Adds logging around loading of plugins for better tracking (#76896)

This commit is contained in:
Marcus Efraimsson
2023-10-25 14:01:30 +02:00
committed by GitHub
parent 322a9c0b15
commit 9bf7eb5fbc
3 changed files with 41 additions and 2 deletions
-1
View File
@@ -23,7 +23,6 @@ func (d *grafanaInfraLogWrapper) New(ctx ...any) Logger {
}
}
ctx = append([]any{"logger"}, ctx...)
return &grafanaInfraLogWrapper{
l: d.l.New(ctx...),
}