disable unicorn logging
This commit is contained in:
@@ -18,8 +18,8 @@ working_directory app_path
|
||||
rails_env = ENV['RAILS_ENV'] || 'production'
|
||||
|
||||
# Log everything to one file
|
||||
stderr_path "log/unicorn.log"
|
||||
stdout_path "log/unicorn.log"
|
||||
stderr_path "/dev/null"
|
||||
stdout_path "/dev/null"
|
||||
|
||||
# Set master PID location
|
||||
pid "#{app_path}/tmp/pids/unicorn.pid"
|
||||
|
||||
Reference in New Issue
Block a user