Closed trevorturk closed 7 years ago
The team was discussing this change and we were thinking of implementing this similar to the current convention for filtering sensitive params in Rails 3 (in application.rb). Would that work for you?
config.filter_parameters += [:password]
Example:
config.central_logger.filter_actions += ["home#index"]
That's a great idea! +1 for sure :)
This adds the ability to ignore actions. I'm sure this isn't worth pulling as-is, but I think it's a worthwhile feature to consider including. Let me know if you'd like me to help at all, if you're interested. Thanks!