• Craig Furman's avatar
    Stringify sidekiq job args in logs · 6c041a61
    Craig Furman authored
    If these logs are sent to Elasticsearch, it will not be able to process
    nested object fields, as this causes a type mismatch with scalar
    elements in the same array across log lines.
    
    This is a second attempt, as the first (reverted) one modified the
    actual job object that was used by sidekiq.
    6c041a61
structured_logger_spec.rb 9.07 KB