From e0576b47366321635903180323f3c5f9d643e60c Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 27 Mar 2015 14:51:00 -0700 Subject: [PATCH] disable unicorn logging --- config/unicorn/production.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"