From eddb1aaf9e9ddcaef66cc0e6ee2ec43ee03baa1c Mon Sep 17 00:00:00 2001 From: Jessica Tallon Date: Tue, 30 Sep 2014 09:27:53 +0100 Subject: [PATCH] Add logging to console to gunicorn --- lazystarter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazystarter.sh b/lazystarter.sh index 0b1b4056..3a4efd25 100755 --- a/lazystarter.sh +++ b/lazystarter.sh @@ -70,7 +70,7 @@ set -x export CELERY_ALWAYS_EAGER=true case "$selfname" in lazyserver.sh) - $starter --paste "$ini_file" $@ + $starter --paste "$ini_file" --log-file=- $@ ;; lazycelery.sh) MEDIAGOBLIN_CONFIG="${ini_file}" \ -- 2.25.1