mirror of https://github.com/docker/docs.git
Merge pull request #18499 from mstinsky/main
Set correct default value for fluentd-buffer-limit
This commit is contained in:
commit
f901205246
|
@ -119,7 +119,7 @@ connection is established. Defaults to `false`.
|
|||
|
||||
Sets the number of events buffered on the memory. Records will be stored in memory
|
||||
up to this number. If the buffer is full, the call to record logs will fail.
|
||||
The default is 8192.
|
||||
The default is 1048576.
|
||||
(https://github.com/fluent/fluent-logger-golang/tree/master#bufferlimit)
|
||||
|
||||
### fluentd-retry-wait
|
||||
|
|
Loading…
Reference in New Issue