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

use the log_root for the puma log redirection

هذا الالتزام موجود في:
Adam Cooke
2017-05-18 11:48:00 +01:00
الأصل 73b4edd92e
التزام 91de111946

عرض الملف

@@ -8,7 +8,7 @@ environment Postal.config.rails&.environment || 'development'
prune_bundler
quiet false
unless ENV['LOG_TO_STDOUT']
stdout_redirect Postal.app_root.join('log', 'puma.log'), Postal.app_root.join('log', 'puma.log'), true
stdout_redirect Postal.log_root.join('puma.log'), Postal.log_root.join('puma.log'), true
end
if ENV['APP_ROOT']