From a44a06051d85340af8de61b6dbce2f6584d95d9f Mon Sep 17 00:00:00 2001 From: jaal2001 Date: Thu, 28 Aug 2025 17:00:28 +0200 Subject: [PATCH] Update config-options.md Provide both available options for "log-destination" to make it more obvious that no filesystem logs are supported. --- content/shared/influxdb3-cli/config-options.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/shared/influxdb3-cli/config-options.md b/content/shared/influxdb3-cli/config-options.md index be8ce2e7e..395009514 100644 --- a/content/shared/influxdb3-cli/config-options.md +++ b/content/shared/influxdb3-cli/config-options.md @@ -939,6 +939,11 @@ Sets the filter directive for logs. Specifies the destination for logs. +This option supports the following values: + +- `stdout` _(default)_ +- `stderr` + **Default:** `stdout` | influxdb3 serve option | Environment variable | @@ -1993,4 +1998,4 @@ Enables the experimental PachaTree storage engine for improved performance. | :---------------------- | :------------------------------------- | | `--use-pacha-tree` | `INFLUXDB3_ENTERPRISE_USE_PACHA_TREE` | -{{% /show-in %}} \ No newline at end of file +{{% /show-in %}}