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

fluent-debug doesn't work in v0.12.26 even with #894 #1035

Closed
gunyarakun opened this issue Jun 6, 2016 · 2 comments
Closed

fluent-debug doesn't work in v0.12.26 even with #894 #1035

gunyarakun opened this issue Jun 6, 2016 · 2 comments
Assignees

Comments

@gunyarakun
Copy link

Environments

  • version: fluentd version 0.12.26
  • OS: Alpine Linux

My configuration

<source>
  @type forward
  port 24224
</source>

<source>
  @type debug_agent
</source>

<match **>
  @type stdout
</match>

My problem explanation

#894 is a backport of fixing fluent-debug to work for v0.14.

Event though after the commit, I cannot execute fluent-debug successfully.

For example, in lib/fluent/command/debug.rb, the line

include Fluent::SystemConfig::Mixin

on https://github.com/fluent/fluentd/blob/v0.12.26/lib/fluent/command/debug.rb#L67
should be

include Fluent::SystemConfigMixin

as far as I see the line https://github.com/fluent/fluentd/blob/v0.12.26/lib/fluent/system_config.rb#L21

Or, I think lib/fluent/system_config.rb should be modified to define Fluent::SystemConfig::Mixin like v0.14.

@repeatedly repeatedly self-assigned this Jun 8, 2016
@repeatedly
Copy link
Member

Thanks for the report.
I will fix it later.

repeatedly added a commit that referenced this issue Jun 10, 2016
Fix regression of fluent-debug command. fix #1035
@repeatedly
Copy link
Member

Fixed at v0.12 branch!

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

No branches or pull requests

2 participants