Sha256: 580700d281feb329b79c06b6b9ec16c671e26247049a3f12bf1a70dff8ebc601
Contents?: true
Size: 288 Bytes
Versions: 3
Compression:
Stored size: 288 Bytes
Contents
# frozen_string_literal: true Rails.application.configure do config.lograge.enabled = Rails.env.production? config.lograge.custom_options = lambda do |event| exceptions = %w[controller action format] { params: event.payload[:params].except(*exceptions) } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
underlay-2.0 | templates/lograge.rb |
underlay-1.52.1 | templates/lograge.rb |
underlay-1.50.1 | templates/lograge.rb |