From 019a27787c59df3dba9fc13f06ecfbdd47d7c236 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 13 Mar 2025 09:38:54 -0400 Subject: [PATCH] logging: try just setting log level --- config/environments/production.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 65454c581..75cf7d736 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -51,7 +51,6 @@ Rails.application.configure do .then { |logger| ActiveSupport::TaggedLogging.new(logger) } # No normal logs. Suppress everything that's not structured. - config.logger = ActiveSupport::TaggedLogging.new(ActiveSupport::Logger.new(nil)) config.log_level = :fatal # Structured JSON logging