Skip to content

Commit

Permalink
fix: update fluentd-buffer-limit documentation
Browse files Browse the repository at this point in the history
`fluentd-buffer-limit` is the limit of the number of events buffered, not bytes.

Signed-off-by: Kern Walster <[email protected]>
  • Loading branch information
Kern-- committed Jul 27, 2024
1 parent 6ac045d commit 73669d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The following additional arguments are supported for the `fluentd` shim logger b
| fluentd-address | No | The address of the Fluentd server to connect to. By default, the `localhost:24224` address is used. |
| fluentd-async-connect | No | Specifies if the logger connects to Fluentd in background. Defaults to `false`. |
| fluentd-sub-second-precision | No | Generates logs in nanoseconds. Defaults to `true`. Note that this is in contrast to the default behaviour of fluentd log driver where it defaults to `false`. |
| fluentd-buffer-limit | No | Sets the number of events buffered on the memory in bytes. Defaults to `1048576` (1MB). |
| fluentd-buffer-limit | No | Sets the number of events buffered in memory. The total memory limit is approximately this limit * the average log line length. Defaults to `1048576`. |
| fluentd-tag | No | Specifies the tag used for log messages. Defaults to the first 12 characters of container ID. |

## License
Expand Down

0 comments on commit 73669d7

Please sign in to comment.