I'm getting a lot of messages in /var/log/messages

Hello!

I’m using InfluxDB shell version: 1.7.7 at Red Hat 7.3

It’s getting a lot of messages in /var/log/messages, such as:

Sep 15 04:09:06 lxgraprd influxd: ts=2019-09-15T07:09:06.657002Z lvl=info msg="Executing query" log_id=0HthNTPG000 service=query query="SELECT mean(DetalhesCartoesBeneficiario) FROM sncore.autogen.mobile_tempo WHERE time > now() - 3m GROUP BY time(30s) fill(none)"
Sep 15 04:09:06 lxgraprd influxd: [httpd] 10.76.18.21 - grafana_sncore [15/Sep/2019:04:09:06 -0300] "GET /query?db=sncore&epoch=s&q=SELECT+mean%28%22DetalhesCartoesBeneficiario%22%29+FROM+%22mobile_tempo%22+WHERE+time+%3E+now%28%29+-+3m+GROUP+BY+time%2830s%29+fill%28none%29 HTTP/1.1" 200 141 "-" "Grafana" b4deb3b5-d787-11e9-b490-005056925e49 1974
Sep 15 04:09:06 lxgraprd influxd: ts=2019-09-15T07:09:06.664180Z lvl=info msg="Executing query" log_id=0HthNTPG000 service=query query="SELECT mean(Login) FROM sncore.autogen.mobile_tempo WHERE time > now() - 3m GROUP BY time(30s) fill(none)"
Sep 15 04:09:06 lxgraprd influxd: [httpd] 10.76.18.21 - grafana_sncore [15/Sep/2019:04:09:06 -0300] "GET /query?db=sncore&epoch=s&q=SELECT+mean%28%22Login%22%29+FROM+%22mobile_tempo%22+WHERE+time+%3E+now%28%29+-+3m+GROUP+BY+time%2830s%29+fill%28none%29 HTTP/1.1" 200 141 "-" "Grafana" b4dfdea2-d787-11e9-b491-005056925e49 874
Sep 15 04:09:06 lxgraprd influxd: ts=2019-09-15T07:09:06.670090Z lvl=info msg="Executing query" log_id=0HthNTPG000 service=query query="SELECT mean(SaldoConta) FROM sncore.autogen.mobile_tempo WHERE time > now() - 3m GROUP BY time(30s) fill(none)"
Sep 15 04:09:06 lxgraprd influxd: [httpd] 10.76.18.21 - grafana_sncore [15/Sep/2019:04:09:06 -0300] "GET /query?db=sncore&epoch=s&q=SELECT+mean%28%22SaldoConta%22%29+FROM+%22mobile_tempo%22+WHERE+time+%3E+now%28%29+-+3m+GROUP+BY+time%2830s%29+fill%28none%29 HTTP/1.1" 200 141 "-" "Grafana" b4e0c772-d787-11e9-b492-005056925e49 812
Sep 15 04:09:06 lxgraprd influxd: ts=2019-09-15T07:09:06.675936Z lvl=info msg="Executing query" log_id=0HthNTPG000 service=query query="SELECT mean(ExtratoConta) FROM sncore.autogen.mobile_tempo WHERE time > now() - 3m GROUP BY time(30s) fill(none)"
Sep 15 04:09:06 lxgraprd influxd: [httpd] 10.76.18.21 - grafana_sncore [15/Sep/2019:04:09:06 -0300] "GET /query?db=sncore&epoch=s&q=SELECT+mean%28%22ExtratoConta%22%29+FROM+%22mobile_tempo%22+WHERE+time+%3E+now%28%29+-+3m+GROUP+BY+time%2830s%29+fill%28none%29 HTTP/1.1" 200 141 "-" "Grafana" b4e1ab1e-d787-11e9-b493-005056925e49 845
Sep 15 04:09:06 lxgraprd influxd: ts=2019-09-15T07:09:06.681811Z lvl=info msg="Executing query" log_id=0HthNTPG000 service=query query="SELECT mean(Outros) FROM sncore.autogen.mobile_tempo WHERE time > now() - 3m GROUP BY time(30s) fill(none)"
Sep 15 04:09:06 lxgraprd influxd: [httpd] 10.76.18.21 - grafana_sncore [15/Sep/2019:04:09:06 -0300] "GET /query?db=sncore&epoch=s&q=SELECT+mean%28%22Outros%22%29+FROM+%22mobile_tempo%22+WHERE+time+%3E+now%28%29+-+3m+GROUP+BY+time%2830s%29+fill%28none%29 HTTP/1.1" 200 141 "-" "Grafana" b4e2928e-d787-11e9-b494-005056925e49 813

I’ve already made this 2 configurations:

$ cat /etc/default/influxdb

STDERR=/influxdb/influxdb/log/

STDOUT=/influxdb/influxdb/log/
$

$ cat /etc/influxdb/influxdb.conf


query-log-enabled = false
[http]
access-log-path = “/influxdb/influxdb/log/”

$

And it didn’t worked.

Can you please help me?

Did you restart InfuxDB after changing the config?

Yes, I restarted… And it didn’t worked.
I know that the influxDB is reading the .conf file, because I changed the meta, data and wal configuration:

[meta]
dir = "/influxdb/influxdb/meta"

[data]
dir = "/influxdb/influxdb/data"
wal-dir = "/influxdb/influxdb/wal"