Hide autosaved article drafts from server logs (fixes #2363)
This commit is contained in:
parent
4ae5e656d4
commit
a780745349
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
Rails.application.config.filter_parameters += %i[password bind_pw state.body state.article.body]
|
||||||
|
|
Loading…
Reference in a new issue