You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've verified that the config file is actually being read by running 'influxd config'.
In previous versions of influxdb, this setting eliminated query logging - in 0.13.0, every query is output no matter what the value of the setting is. This causes quite a bit of undesired log spam for us. Sadly, I can't just redirect stderr to /dev/null, since I would like to pick up any errors or other meaningful log messages and get alerts on them.
Bug report
System info: 0.13.0, running in a docker container
Steps to reproduce:
Expected behavior: No query logging
Actual behavior: All queries are output to stderr
The text was updated successfully, but these errors were encountered: