Commit a6ef1569 by Torkel Ödegaard Committed by GitHub

Merge pull request #14320 from briangann/20181104_remove_trace_output_for_routes

redact value for plugin proxy routes
parents 6c46a1c8 02365514
......@@ -87,7 +87,7 @@ func NewApiPluginProxy(ctx *m.ReqContext, proxyPath string, route *plugins.AppPl
}
for key, value := range headers {
log.Trace("setting key %v value %v", key, value[0])
log.Trace("setting key %v value <redacted>", key)
req.Header.Set(key, value[0])
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment