We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<source> @type forward port 24224 </source> <source> @type debug_agent </source> <match **> @type stdout </match>
#894 is a backport of fixing fluent-debug to work for v0.14.
fluent-debug
Event though after the commit, I cannot execute fluent-debug successfully.
For example, in lib/fluent/command/debug.rb, the line
lib/fluent/command/debug.rb
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.
lib/fluent/system_config.rb
Fluent::SystemConfig::Mixin
The text was updated successfully, but these errors were encountered:
Thanks for the report. I will fix it later.
Sorry, something went wrong.
Fix regression of fluent-debug command. fix #1035
35cb7b1
Merge pull request #1046 from fluent/fix-fluent-debug
377b99c
Fixed at v0.12 branch!
repeatedly
No branches or pull requests
Environments
My configuration
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 lineon https://github.com/fluent/fluentd/blob/v0.12.26/lib/fluent/command/debug.rb#L67
should be
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 defineFluent::SystemConfig::Mixin
like v0.14.The text was updated successfully, but these errors were encountered: