From 15b2a76c36edc4c41794e7b29150015839ad4d5d Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 24 Feb 2025 10:01:39 -0600 Subject: [PATCH] Update content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md --- .../v1/administration/configure/config-data-nodes.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md b/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md index 51379b6ae..41f3d67d8 100644 --- a/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md +++ b/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md @@ -305,10 +305,8 @@ Environment variable: `INFLUXDB_DATA_QUERY_LOG_ENABLED` #### query-log-path -Default is `""`. - -Whether queries should be logged to a file at a given path. -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). Please make sure you are using the absolute path when configuring this. We support `SIGHUP` based log rotation. The following is an example of a `logrotate` configuration: