From aed1094cf92d98630d86e4e16afb69eb959b35c2 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Sat, 14 Dec 2019 00:38:09 +0100 Subject: [PATCH] Write unicorn logs --- conf/diaspora.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/diaspora.yml b/conf/diaspora.yml index 5628c58..751bcca 100644 --- a/conf/diaspora.yml +++ b/conf/diaspora.yml @@ -188,8 +188,8 @@ configuration: ## Section # TODO check ## Write unicorn stderr and stdout log. - #stderr_log: 'log/unicorn-stderr.log' - #stdout_log: 'log/unicorn-stdout.log' + stderr_log: 'log/unicorn-stderr.log' + stdout_log: 'log/unicorn-stdout.log' ## Number of Unicorn worker processes (default=2). ## Increase this if you have many users.