Skip to content
Merged
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 @@ -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)
Expand Down