From f6c9da7eb9abaac67731a37bfab04096f3ed1553 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Wed, 25 Sep 2024 11:28:46 +0900 Subject: [PATCH] system_config: add path attribute in system/log section This feature was introduced at https://github.com/fluent/fluentd/pull/4604 Signed-off-by: Shizuo Fujita --- deployment/system-config.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deployment/system-config.md b/deployment/system-config.md index 2ac7dce0..0251cd9c 100644 --- a/deployment/system-config.md +++ b/deployment/system-config.md @@ -174,6 +174,14 @@ Enable JIT for worker processes. Internally, this configuration enables Ruby's ` ### `` section +#### `path` + +| type | default | version | +| :--- | :--- | :--- | +| string | nil | 1.18.0 | + +Specifies the log file path. + #### `format` | type | default | version |