forked from External/greenlight
6 lines
138 B
Ruby
6 lines
138 B
Ruby
Rails.application.configure do
|
|
if Rails.env.production?
|
|
config.lograge.enabled = ENV['ENABLE_CONDENSED_LOGGING'].present?
|
|
end
|
|
end
|