summaryrefslogtreecommitdiff
path: root/config/initializers/csp_log.rb
blob: 1dde9c430b07fd5418d3ab3fe5902d0fbeadb019 (plain)
1
2
3
4
# CSP violation reports get their own file, independent of config.logger.
CSP_LOGGER = Rails.env.production? ?
  ActiveSupport::Logger.new(Rails.root.join("log", "csp_violations.log")) :
  Rails.logger