mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #22641 from austinvazquez/add-fluentd-write-timeout-doc
docs: add fluentd write timeout log driver option
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user