rtomayko / rack-cache

Real HTTP Caching for Ruby Web Apps

Home Page:http://rtomayko.github.io/rack-cache/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to filter parameters from log?

monfresh opened this issue · comments

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.