mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 09:21:47 +08:00
Update grafana-plugin-go-sdk to v0.187.0 (#76816)
This commit is contained in:

committed by
GitHub

parent
c2efcdde09
commit
2adfdb49c9
@ -176,3 +176,9 @@ func (l *logWrapper) With(args ...any) sdklog.Logger {
|
||||
l.logger = l.logger.New(args...)
|
||||
return l
|
||||
}
|
||||
|
||||
func (l *logWrapper) FromContext(ctx context.Context) sdklog.Logger {
|
||||
return &logWrapper{
|
||||
logger: l.logger.FromContext(ctx),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user