graylog-labs / gelf-rb

Ruby GELF library (Graylog Extended Log Format)
https://rubygems.org/gems/gelf
MIT License
153 stars 104 forks source link

Disable overriding facility #57

Open n3xus opened 7 years ago

n3xus commented 7 years ago

"facility" is deprecated.

Gelf output library is no longer sending it.

But gelf-rb is setting it to "gelf-rb" in case it's not set. It's making users to be unable to set facility.

https://github.com/logstash-plugins/logstash-output-gelf/issues/8