(cherry picked from commit 6b786e7f68)
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
This commit is contained in:
committed by
GitHub
parent
4fd5765354
commit
15c9d4e3e2
@@ -64,7 +64,9 @@ func ApplyRoute(ctx context.Context, req *http.Request, proxyPath string, route
|
||||
}
|
||||
}
|
||||
|
||||
logger.Info("Requesting", "url", req.URL.String())
|
||||
if setting.DataProxyLogging {
|
||||
logger.Debug("Requesting", "url", req.URL.String())
|
||||
}
|
||||
}
|
||||
|
||||
func getTokenProvider(ctx context.Context, cfg *setting.Cfg, ds *models.DataSource, pluginRoute *plugins.AppPluginRoute,
|
||||
|
||||
Reference in New Issue
Block a user