Improved logging - do not log article.body and body.

This commit is contained in:
Martin Edenhofer 2019-04-30 09:47:02 +02:00
parent 34037219b7
commit 5e522f4276

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 article.attachments.data attachments.data] Rails.application.config.filter_parameters += %i[password bind_pw state.body state.article.body article.body article.attachments.data attachments.data body]