gelf-rb icon indicating copy to clipboard operation
gelf-rb copied to clipboard

The change in #53 broke fluentd config parsing

Open griff opened this issue 6 years ago • 0 comments

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.

griff avatar Oct 09 '17 14:10 griff