remove some fields from our log that I dont want to see and dont help with managing a seed

This commit is contained in:
maxwell 2010-12-13 15:50:01 -08:00
parent 42c22cedf9
commit bcaeabdb87

View file

@ -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