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
logstash is all like BOOM
Getting "Input thread exception", :exception=>#<TypeError: can't convert nil into String>, :backtrace=>["org/jruby/RubyFile.java:1478:in `join'", "org/jruby/RubyFile.java:1500:in `join'", "file:/usr/share/java/logstash/logstash-1.1.0-monolithic.jar!/gems/filewatch-0.3.3/lib/filewatch/tail.rb:29:in `initialize'",
The 'join' fialure is because ENV["HOME"] is nil.
The text was updated successfully, but these errors were encountered:
You could close this issue as the changes are now in master https://github.com/jordansissel/ruby-filewatch/blob/master/lib/filewatch/tail.rb#L43
Sorry, something went wrong.
No branches or pull requests
logstash is all like BOOM
The 'join' fialure is because ENV["HOME"] is nil.
The text was updated successfully, but these errors were encountered: