Skip to content

Commit fb69cb2

Browse files
committed
docs: add fluentd write timeout log driver option
Signed-off-by: Austin Vazquez <[email protected]>
1 parent aca7fee commit fb69cb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/manuals/engine/logging/drivers/fluentd.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ The maximum number of retries. Defaults to `4294967295` (2\*\*32 - 1).
143143

144144
Generates event logs in nanosecond resolution. Defaults to `false`.
145145

146+
### fluentd-write-timeout
147+
148+
Sets the timeout for the write call to the Fluentd daemon. By default,
149+
writes have no timeout and will block indefinitely.
150+
146151
## Fluentd daemon management with Docker
147152

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

0 commit comments

Comments
 (0)