Permalink
Browse files
use the log_root for the puma log redirection
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
config/puma.rb
|
|
@@ -8,7 +8,7 @@ |
|
|
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']
|
|
|
|
0 comments on commit
91de111