1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

refactor: remove old logging defaults based on /opt/postal

هذا الالتزام موجود في:
Adam Cooke
2021-07-29 16:25:25 +00:00
الأصل 5cd06e126b
التزام 4e5b621232
2 ملفات معدلة مع 0 إضافات و7 حذوفات

عرض الملف

@@ -7,9 +7,6 @@ bind "tcp://#{bind_address}:#{bind_port}"
environment Postal.config.rails&.environment || 'development'
prune_bundler
quiet false
unless ENV['LOG_TO_STDOUT']
stdout_redirect Postal.log_root.join('puma.log'), Postal.log_root.join('puma.log'), true
end
if ENV['APP_ROOT']
directory ENV['APP_ROOT']