Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

daipom
Copy link
Contributor

@daipom daipom commented Aug 19, 2024

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: 41678bf).

We should revert it to the original behavior.

Docs Changes:
Not needed.

Release Note:
The same as the title.

This option is explained as "add plugin directory".
However, since v1.16.0, the behavior has changed to overwrite the
default value unintentionally.
(PR: fluent#4064, commit: 41678bf).

We should revert it to the original behavior.

Signed-off-by: Daijiro Fukuda <[email protected]>
@daipom daipom force-pushed the fluentd-command-fix-plugin_dirs-option-not-to-overwrite-default-val branch from 8704083 to fe5843f Compare August 19, 2024 08:45
@daipom daipom requested a review from kenhys August 19, 2024 08:50
@daipom daipom added the backport to LTS We will backport this fix to the LTS branch label Aug 19, 2024
@daipom daipom changed the title fluentd command: fix 'plugin_dirs' not to overwrite default value fluentd command: fix '--plugin'('-p') option not to overwrite default value Aug 19, 2024
Copy link
Member

@ashie ashie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kenhys kenhys merged commit 9d0d6ef into fluent:master Aug 20, 2024
16 checks passed
@daipom daipom deleted the fluentd-command-fix-plugin_dirs-option-not-to-overwrite-default-val branch August 20, 2024 04:07
daipom added a commit that referenced this pull request Aug 20, 2024
Signed-off-by: Daijiro Fukuda <[email protected]>
daipom added a commit that referenced this pull request Aug 20, 2024
Signed-off-by: Daijiro Fukuda <[email protected]>
@daipom daipom added this to the v1.18.0 milestone Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport to LTS We will backport this fix to the LTS branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

-p overwrites the default plugin path
3 participants