diff options
| -rw-r--r-- | app/controllers/application_controller.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 8af2af528..5420499f6 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -12,6 +12,8 @@  class ApplicationController < ActionController::Base      # Standard headers, footers and navigation for whole site      layout "default" +    # scrub sensitive parameters from the logs +    filter_parameter_logging :password      # Help work out which request causes RAM spike.      # http://www.codeweblog.com/rails-to-monitor-the-process-of-memory-leaks-skills/ | 
