emsearcy / fluent-plugin-gelf

Buffered fluentd output plugin to GELF (Graylog2)
Apache License 2.0
33 stars 57 forks source link

Fix the check on short_message always being set to something #21

Closed gcs-github closed 7 years ago

gcs-github commented 7 years ago

This PR aligns with https://github.com/Graylog2/gelf-rb/blob/master/lib/gelf/notifier.rb#L218-L224

Otherwise, fluent-plugin-gelf allows for empty strings to be passed down to gelf-rb, triggering exceptions and preventing messages to be properly processed.