• Sean McGivern's avatar
    Limit size of params array in JSON logs to 10 KiB · f2d677ac
    Sean McGivern authored
    We did this for Sidekiq arguments, but not for HTTP request params. We
    now do the same everywhere: Sidekiq arguments, Grape params, and Rails
    controller params. As the params start life as hashes, the order is
    defined by whatever's creating the hashes.
    f2d677ac
lograge.rb 2.14 KB