From fb69cb2dc13563d64b44495d94e026d3f8f25344 Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Wed, 14 May 2025 21:04:17 -0600 Subject: [PATCH] docs: add fluentd write timeout log driver option Signed-off-by: Austin Vazquez --- content/manuals/engine/logging/drivers/fluentd.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/manuals/engine/logging/drivers/fluentd.md b/content/manuals/engine/logging/drivers/fluentd.md index 4f44382affc..83ab0f03541 100644 --- a/content/manuals/engine/logging/drivers/fluentd.md +++ b/content/manuals/engine/logging/drivers/fluentd.md @@ -143,6 +143,11 @@ The maximum number of retries. Defaults to `4294967295` (2\*\*32 - 1). Generates event logs in nanosecond resolution. Defaults to `false`. +### fluentd-write-timeout + +Sets the timeout for the write call to the Fluentd daemon. By default, +writes have no timeout and will block indefinitely. + ## Fluentd daemon management with Docker About `Fluentd` itself, see [the project webpage](https://www.fluentd.org)