Don't log huge encrypted params

This commit is contained in:
Raphael 2010-09-22 15:19:26 -07:00
parent 7049cb3ca4
commit 695e5fe396

View file

@ -51,5 +51,6 @@ module Diaspora
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password]
config.filter_parameters += [:xml]
end
end