diff --git a/config/environments/production.rb b/config/environments/production.rb index 75cf7d736..4fd23bc8e 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -50,9 +50,6 @@ Rails.application.configure do .tap { |logger| logger.formatter = ::Logger::Formatter.new } .then { |logger| ActiveSupport::TaggedLogging.new(logger) } - # No normal logs. Suppress everything that's not structured. - config.log_level = :fatal - # Structured JSON logging config.structured_logging.logger = ActiveSupport::Logger.new(STDOUT)