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

Delay time parser initialization #1690

Merged

Conversation

okkez
Copy link
Contributor

@okkez okkez commented Sep 12, 2017

In previous version,
Fluent::Plugin::Apache2Parser.new creates @time_parser
but Fluent::Plugin::Parser#configure overwrites it with time_parser_create.

In this version, Fluent::Plugin::Apache2Parser#configure creates
@time_parser proper
sequence. Fluent::Plugin::Apache2Parser#configure invoked after Fluent::Plugin::Parser#configure.

In previous version,
`Fluent::Plugin::Apache2Parser.new` creates `@time_parser`
but `Fluent::Plugin::Parser#configure` overwrites it with `time_parser_create`.

In this version, `Fluent::Plugin::Apache2Parser#configure` creates
`@time_parser` proper
sequence. `Fluent::Plugin::Apache2Parser#configure` invoked after `Fluent::Plugin::Parser#configure`.
@repeatedly
Copy link
Member

Thanks!

@okkez okkez deleted the delay-time-parser-initization-parser-apache2 branch February 21, 2018 00:35
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.

2 participants