From 03b726f92e8dba5b4b73f876ee4f569359542d39 Mon Sep 17 00:00:00 2001 From: Alexis Reigel Date: Thu, 28 Dec 2023 22:49:41 +0100 Subject: [PATCH] WIP --- config/environments/production.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]