Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/manuals/engine/logging/drivers/fluentd.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ Generates event logs in nanosecond resolution. Defaults to `false`.
Sets the timeout for the write call to the `fluentd` daemon. By default,
writes have no timeout and will block indefinitely.

### Fluentd-read-timeout

Sets the timeout for reading acknowledgements (ACKs) from the `fluentd`
daemon. By default, reads have no timeout and will block indefinitely.

## Fluentd daemon management with Docker

About `Fluentd` itself, see [the project webpage](https://www.fluentd.org)
Expand Down