graylog-labs / gelf-rb

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

GELF version 1.1? #41

Closed mxliao closed 8 years ago

mxliao commented 8 years ago

Hi, from the document http://docs.graylog.org/en/latest/pages/gelf.html we know that the current version should be 1.1. But seems like the gem is only supporting 1.0. Is there any reason why the gem should still use 1.0?

joschi commented 8 years ago

The main difference between GELF 1.0 and 1.1 is that GELF 1.0 defined more mandatory fields which have been made optional or marked deprecated in GELF 1.1, so there's no real disadvantage for this library when using GELF 1.0.