Commit 37c278c8 by Arve Knudsen Committed by GitHub

InfluxDB: Less chatty logging (#26850)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent bf3dcc80
......@@ -44,7 +44,7 @@ func init() {
}
func (e *InfluxDBExecutor) Query(ctx context.Context, dsInfo *models.DataSource, tsdbQuery *tsdb.TsdbQuery) (*tsdb.Response, error) {
glog.Info("query", "q", tsdbQuery.Queries)
glog.Debug("Received a query request", "numQueries", len(tsdbQuery.Queries))
version := dsInfo.JsonData.Get("version").MustString("")
if version == "Flux" {
......
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