-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Error: "undefined method `+' for nil:NilClass" in plugin/output.rb #1161
Comments
Oh, I found a bug that |
This bug is caused by the combination of these reasons:
|
I found that the case below still has problem that doesn't call lifecycle methods correctly (e.g.,
When |
For the case of @bungoume, the solution is to use |
#1242 merged. |
I got this error in fluentd 0.14.
This error did not occur in Fluentd 0.12.26.
Config
configuration is like this.
environment
Running in Docker container.
The text was updated successfully, but these errors were encountered: