-
Notifications
You must be signed in to change notification settings - Fork 120
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
Support syslog as an output 'device' #50
Labels
Comments
Makes sense. Do you want to try to tackle this? |
For reference, here's the implementation of the Ruby 2.0+ Syslog::Logger. We wouldn't be able to use this class because |
dwbutler
added a commit
that referenced
this issue
Sep 8, 2015
This uses `Syslog::Logger`, which is built into the Ruby 2+ standard library, and available as a separate gem in Ruby 1.9. Note that this is a separate logger rather than a device. Fixes #50
Syslog support released in 0.14.0. |
@timbunce Give it a try and let me know how well it works for you. |
Thanks! I'll let you know if I have any problems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to use logstash-logger but need to be able to send the JSON logs to the local syslogd (which then forwards to a remote logstash and does local disk-assisted queuing if the remote logstash is down).
The text was updated successfully, but these errors were encountered: