diff --git a/config/environments/production.rb b/config/environments/production.rb index 20c97de3..46bf1fa9 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -41,9 +41,9 @@ config.force_ssl = true # Log to STDOUT by default - config.logger = ActiveSupport::Logger.new($stdout) - .tap { |logger| logger.formatter = Logger::Formatter.new } - .then { |logger| ActiveSupport::TaggedLogging.new(logger) } + # config.logger = ActiveSupport::Logger.new($stdout) + # .tap { |logger| logger.formatter = Logger::Formatter.new } + # .then { |logger| ActiveSupport::TaggedLogging.new(logger) } # Prepend all log lines with the following tags. config.log_tags = [:request_id]