Fix activerecord logging in production

This commit is contained in:
Eugen Rochko 2017-02-01 11:34:50 +01:00
parent bf60f2898d
commit 65402d9c09
1 changed files with 1 additions and 3 deletions

View File

@ -40,7 +40,7 @@ Rails.application.configure do
# Use the lowest log level to ensure availability of diagnostic information
# when problems arise.
config.log_level = :debug
config.log_level = :info
# Prepend all log lines with the following tags.
config.log_tags = [ :request_id ]
@ -106,8 +106,6 @@ Rails.application.configure do
config.react.variant = :production
config.active_record.logger = nil
config.to_prepare do
StatsD.backend = StatsD::Instrument::Backends::NullBackend.new if ENV['STATSD_ADDR'].blank?
end