We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca7fee commit fb69cb2Copy full SHA for fb69cb2
content/manuals/engine/logging/drivers/fluentd.md
@@ -143,6 +143,11 @@ The maximum number of retries. Defaults to `4294967295` (2\*\*32 - 1).
143
144
Generates event logs in nanosecond resolution. Defaults to `false`.
145
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
151
## Fluentd daemon management with Docker
152
153
About `Fluentd` itself, see [the project webpage](https://www.fluentd.org)
0 commit comments