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.
I noticed that there is a
verbose
option that I can set tofalse
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.