rtomayko / rack-cache

Real HTTP Caching for Ruby Web Apps
http://rtomayko.github.io/rack-cache/
Other
822 stars 124 forks source link

Is it possible to filter parameters from log? #110

Open monfresh opened 9 years ago

monfresh commented 9 years ago

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.