-
Notifications
You must be signed in to change notification settings - Fork 29
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
No method found for blank? #33
Comments
I am seeing this error when I specify a tag. |
I'm getting the same error...
|
I tested the proposed solution and it fixes the issue. The |
Same here... Why has the PR been closed? This is a valid fix... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
First off, thank you for what you do in Open Source.
I doubt this is the correct reporting format and I apologize for that. However I believe this line:
logstash-output-loggly/lib/logstash/outputs/loggly.rb
Line 145 in 6102367
should be something like this:
That is, the
blank?
method is inactivesupport
and not available here. And sincet
is a string it should respond toempty?
in a way that makes everything work correctly.Thanks,
hb
The text was updated successfully, but these errors were encountered: