Add logging to console to gunicorn

This commit is contained in:
Jessica Tallon 2014-09-30 09:27:53 +01:00
parent ffa9346cef
commit eddb1aaf9e

View File

@ -70,7 +70,7 @@ set -x
export CELERY_ALWAYS_EAGER=true export CELERY_ALWAYS_EAGER=true
case "$selfname" in case "$selfname" in
lazyserver.sh) lazyserver.sh)
$starter --paste "$ini_file" $@ $starter --paste "$ini_file" --log-file=- $@
;; ;;
lazycelery.sh) lazycelery.sh)
MEDIAGOBLIN_CONFIG="${ini_file}" \ MEDIAGOBLIN_CONFIG="${ini_file}" \