Do not log base64 encoded attachments in logfile.

This commit is contained in:
Martin Edenhofer 2019-03-05 13:42:34 +01:00 committed by Thorsten Eckel
parent cdb4042961
commit 9ebf4697bb

View file

@ -1,4 +1,4 @@
# Be sure to restart your server when you modify this file. # Be sure to restart your server when you modify this file.
# Configure sensitive parameters which will be filtered from the log file. # Configure sensitive parameters which will be filtered from the log file.
Rails.application.config.filter_parameters += %i[password bind_pw state.body state.article.body] Rails.application.config.filter_parameters += %i[password bind_pw state.body state.article.body article.attachments.data attachments.data]