From bcaeabdb87dc2b3dc7b62c3832c0de398e65ee68 Mon Sep 17 00:00:00 2001 From: maxwell Date: Mon, 13 Dec 2010 15:50:01 -0800 Subject: [PATCH] remove some fields from our log that I dont want to see and dont help with managing a seed --- config/application.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/application.rb b/config/application.rb index 612df55c3..3772825d5 100644 --- a/config/application.rb +++ b/config/application.rb @@ -52,5 +52,9 @@ module Diaspora # Configure sensitive parameters which will be filtered from the log file. config.filter_parameters += [:password] config.filter_parameters += [:xml] + config.filter_parameters += [:message] + config.filter_parameters += [:text] + config.filter_parameters += [:caption] + config.filter_parameters += [:bio] end end