logging: revert changes

This commit is contained in:
Mike Dalessio
2025-03-13 09:41:31 -04:00
parent 019a27787c
commit ed92687f4c
-3
View File
@@ -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)