rails5`filter_parameters`不起作用

时间:2017-04-29 20:17:28

标签: ruby-on-rails logging ruby-on-rails-5

我的class warrior

中有以下内容
config/initializers/filter_parameter_logging.rb

但是当我执行并更新# Be sure to restart your server when you modify this file. # Configure sensitive parameters which will be filtered from the log file. Rails.application.config.filter_parameters += [:password, :reset_password_token, :confirmation_token, :unlock_token, :two_step_auth_token] 列时,即使重新启动服务器,也不会过滤日志:

two_step_auth_token

有什么问题,我该如何解决?

1 个答案:

答案 0 :(得分:1)

您可以从日志文件中过滤掉敏感的请求参数,而不是sql查询。

<子> ref