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
I'm using Logstash to parse out the sidekiq logs entries and everything is great until I get to the nested fields, args for example. This is sent as a hash not as JSON. So args is:
Unfortunately I'm not using this gem on any project at the moment, so I'm not able to test further or provide a fix at the moment.
I'd suggest you to try monkey-patching the gem removing that line and checking if it changes the behaviour or not. We might eventually make it optional upon configuration 👍
I'm using Logstash to parse out the sidekiq logs entries and everything is great until I get to the nested fields,
args
for example. This is sent as a hash not as JSON. Soargs
is:Rather than:
So in
irb
for example:The text was updated successfully, but these errors were encountered: