Merge pull request #22641 from austinvazquez/add-fluentd-write-timeout-doc

docs: add fluentd write timeout log driver option
This commit is contained in:
Sebastiaan van Stijn
2025-07-25 21:25:22 +02:00
committed by GitHub

View File

@@ -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)