disable error logging for unicorn

This commit is contained in:
r888888888
2016-08-30 14:24:32 -07:00
parent a9a03ffcc7
commit 23464f0c3a

View File

@@ -18,7 +18,7 @@ working_directory app_path
rails_env = ENV['RAILS_ENV'] || 'production'
# Log everything to one file
stderr_path "#{app_path}/log/unicorn.log"
stderr_path "/dev/null"
stdout_path "/dev/null"
# Set master PID location