kube-logging / logging-operator

Logging operator for Kubernetes
https://kube-logging.dev
Apache License 2.0
1.53k stars 326 forks source link

chore(fluentd): do not override fluentd's default buffer size #1729

Closed OverOrion closed 4 months ago

OverOrion commented 4 months ago

We are changing the default value which had already been updated to a much saner default in fluentd to avoid creating an extensive number of small buffer chunks.

This isn't an intrusive breaking change, but should be highlighted in the release notes in case someone depended on this intentionally or accidentally.

Fixes #1099.