• Sean McGivern's avatar
    Use sentinel value for truncated param logging · 31091452
    Sean McGivern authored
    Our Elasticsearch mapping on GitLab.com requires params to be an array
    of hashes, each hash with a `key` and `value` key. This does not apply
    to our Sidekiq arguments logging, as Sidekiq arguments can be of
    different types anyway, and do not have keys.
    31091452
log_limited_array.rb 739 Bytes