From 23464f0c3a46888ced291436312ce6c0ead85f02 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 30 Aug 2016 14:24:32 -0700 Subject: [PATCH] disable error logging for unicorn --- config/unicorn/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unicorn/production.rb b/config/unicorn/production.rb index 7bc44a605..a719d021e 100644 --- a/config/unicorn/production.rb +++ b/config/unicorn/production.rb @@ -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