Skip to content

Commit 43ba563

Browse files
committed
fix(logging): change log level to trace for plugin proxy logging call, fixes grafana#5126
1 parent e6f2510 commit 43ba563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/pluginproxy/pluginproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func NewApiPluginProxy(ctx *middleware.Context, proxyPath string, route *plugins
8888
}
8989

9090
for key, value := range headers {
91-
log.Info("setting key %v value %v", key, value[0])
91+
log.Trace("setting key %v value %v", key, value[0])
9292
req.Header.Set(key, value[0])
9393
}
9494
}

0 commit comments

Comments
 (0)