RailsCasts
RailsCasts
Ryan Bates
#9 Filtering Sensitive Logs
2 minutes Posted Mar 23, 2007 at 12:00 am.
0:00
2:42
Download MP3
Show notes
Are you accepting sensitive user data? Passwords, credit card numbers, etc. By default, Rails stores all submitted parameters in plain text in the logs. This episode will show you how to filter this sensitive input so it doesn't show up in the log file.