Rails log filtering
I just read a blog entry on filter_parameter_logging in Ruby on Rails by Robby Russell, and I wanted to be able to find it later! This article talks about filtering out sensitive data from your rails production.log file. This is a really good feature if you are collecting any information such as social security numbers or credit card numbers.
0 comments