Grafana 7.2: strange entries in logfile

hi,

since upgrade to 7.2 i see odd log entries which were not seen on 6.5. any idea to switch this off?

t=2020-07-14T09:36:01+0200 lvl=info msg=query logger=tsdb.influxdb q=[0xc0000a5600]
t=2020-07-14T09:37:01+0200 lvl=info msg=query logger=tsdb.influxdb q=[0xc000c0a240]
t=2020-07-14T09:38:01+0200 lvl=info msg=query logger=tsdb.influxdb q=[0xc000c0a7c0]
t=2020-07-14T09:39:01+0200 lvl=info msg=query logger=tsdb.influxdb q=[0xc0001c66c0]
t=2020-07-14T09:40:01+0200 lvl=info msg=query logger=tsdb.influxdb q=[0xc0009902c0]
t=2020-07-14T09:41:01+0200 lvl=info msg=query logger=tsdb.influxdb q=[0xc000282d00]
t=2020-07-14T09:42:01+0200 lvl=info msg=query logger=tsdb.influxdb q=[0xc000283400]
t=2020-07-14T09:43:01+0200 lvl=info msg=query logger=tsdb.influxdb q=[0xc000690780]

Hello,

To switch them off, you should be able to update the level for this logger only in the configuration file:

[log]
# Either "debug", "info", "warn", "error", "critical", default is "info"
;level = info

# optional settings to set different levels for specific loggers. Ex filters = sqlstore:debug
filters = tsdb.influxdb:warn

If you really think these logs shouldn’t be there though, you can ask to remove them through a GitHub issue.