diff --git a/config/unicorn/production.rb b/config/unicorn/production.rb index 8cd19f678..17ced544f 100644 --- a/config/unicorn/production.rb +++ b/config/unicorn/production.rb @@ -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"