1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

feat: more consistent logging

هذا الالتزام موجود في:
Adam Cooke
2024-02-01 17:41:45 +00:00
الأصل 18ba7140b4
التزام 044058d0f1
21 ملفات معدلة مع 160 إضافات و171 حذوفات

عرض الملف

@@ -72,12 +72,6 @@ Rails.application.configure do
# require 'syslog/logger'
# config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')
if ENV["RAILS_LOG_TO_STDOUT"].present?
logger = ActiveSupport::Logger.new($stdout)
logger.formatter = config.log_formatter
config.logger = ActiveSupport::TaggedLogging.new(logger)
end
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false
end