graylog-labs / gelf-rb

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

The change in #53 broke fluentd config parsing #63

Open griff opened 6 years ago

griff commented 6 years ago

The fix in #53 breaks the fluentd config parser so that array and object literals can't be parsed.

Fluentd loads both yajl and json gem and uses the json gem to parse array and object literals in the fluentd.config and so when you monkey patch the json gem to use yajl it breaks the parser.