Limit size of params array in JSON logs to 10 KiB
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.
Showing
Please register or sign in to comment