graylog-labs / gelf-rb

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

Remove default facility, leave facility empty unless supplied by caller #77

Open philomory opened 5 years ago

philomory commented 5 years ago

GELF no longer requires a facility field (and indeed having such a field at all is deprecated), don't set a facility by default, only include a facility field if the caller has specified one.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

philomory commented 5 years ago

Fixes #57