You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.