Skip to content

Instantly share code, notes, and snippets.

@axtutuu
Created October 21, 2016 09:48
Show Gist options
  • Save axtutuu/13729c63426ddb009758f2738acde2f6 to your computer and use it in GitHub Desktop.
Save axtutuu/13729c63426ddb009758f2738acde2f6 to your computer and use it in GitHub Desktop.
Railsのlog フィルダリング方法
# config/initializers/filter_parameter_logging.rb
Rails.application.config.filter_parameters += [:password]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment