rack-cache
rack-cache copied to clipboard
Is it possible to filter parameters from log?
I noticed that there is a verbose
option that I can set to false
to completely remove rack-cache calls from my Rails app log, but I was wondering if there's a way to leave the statements in there, but with an option to filter out sensitive parameters from a URL, like an API token for example.