Rails log filtering

written by justin on July 19th, 2007 @ 01:13 PM

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.

Post a comment