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

fix typo: ignore_if_prev_success #470

Merged
merged 1 commit into from
Aug 31, 2023
Merged

fix typo: ignore_if_prev_success #470

merged 1 commit into from
Aug 31, 2023

Conversation

inerplat
Copy link
Contributor

@inerplat inerplat commented Aug 30, 2023

The ignore_if_prev_success argument is written as a plural noun in the docs.

Based on fluentd's current v1.16.2 branch, ignore_if_prev_success, not ignore_if_prev_successes, is the argument that operates:

https://github.com/fluent/fluentd/blob/d5685ada81ac89a35a79965f1e94bbe5952a5d3a/lib/fluent/plugin/out_copy.rb#L43-L47

Therefore, I suggest fixing docs to reduce confusion.

Signed-off-by: DH Kim <inerplat@gmail.com>
Copy link
Contributor

@kenhys kenhys left a comment

Choose a reason for hiding this comment

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

ignore_if_prev_success was introduced via fluent/fluentd#3287.

LGTM.

@kenhys kenhys merged commit c2a3373 into fluent:1.0 Aug 31, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants