mastodon/config/initializers/filter_parameter_logging.rb

7 lines
266 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2016-02-20 21:53:20 +00:00
# Be sure to restart your server when you modify this file.
2023-07-02 09:14:22 +00:00
# Configure sensitive parameters which will be filtered from the log file.
Rails.application.config.filter_parameters += [:password, :private_key, :public_key, :otp_attempt]