disable unicorn logging

This commit is contained in:
r888888888
2015-03-27 14:51:00 -07:00
parent beb42ea72c
commit e0576b4736

View File

@@ -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"