We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b527eb1 commit 15b2a76Copy full SHA for 15b2a76
content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md
@@ -305,10 +305,8 @@ Environment variable: `INFLUXDB_DATA_QUERY_LOG_ENABLED`
305
306
#### query-log-path
307
308
-Default is `""`.
309
-
310
-Whether queries should be logged to a file at a given path.
311
-If the value is set to `""` (default) queries are not logged to a file.
+An absolute path to the query log file.
+The default is `""` (queries aren't logged to a file).
312
Please make sure you are using the absolute path when configuring this.
313
We support `SIGHUP` based log rotation. The following is an example of a `logrotate` configuration:
314
0 commit comments