fluent / fluentd

Fluentd: Unified Logging Layer (project under CNCF)
https://www.fluentd.org
Apache License 2.0
12.86k stars 1.34k forks source link

fluentd command: fix '--plugin'('-p') option not to overwrite default value #4605

Closed daipom closed 1 month ago

daipom commented 1 month ago

Which issue(s) this PR fixes:

What this PR does / why we need it: This option is explained as "add plugin directory". However, since v1.16.0, the behavior has changed to overwrite the default value unintentionally. (PR: #4064, commit: 41678bf0e5f355979fd3b584cea5828690ccbac8).

We should revert it to the original behavior.

Docs Changes: Not needed.

Release Note: The same as the title.