From 838d3b4372f358421d6a25ae6e74186e6be60f2a Mon Sep 17 00:00:00 2001 From: Moises Machado Date: Thu, 14 May 2009 10:57:38 -0300 Subject: [PATCH] ActionItem1049: fitered passwords from logs --- app/controllers/application.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/app/controllers/application.rb b/app/controllers/application.rb index 2a9a8b1..dd00034 100644 --- a/app/controllers/application.rb +++ b/app/controllers/application.rb @@ -2,6 +2,8 @@ # available in all controllers. class ApplicationController < ActionController::Base + filter_parameter_logging :password + def log_processing super return unless ENV['RAILS_ENV'] == 'production' -- libgit2 0.21.2