Add logging to console to gunicorn
authorJessica Tallon <jessica@megworld.co.uk>
Tue, 30 Sep 2014 08:27:53 +0000 (09:27 +0100)
committerJessica Tallon <jessica@megworld.co.uk>
Tue, 30 Sep 2014 08:27:53 +0000 (09:27 +0100)
lazystarter.sh

index 0b1b40562903d26839cde38ac663dd2c872d0bc0..3a4efd25bb47a5cdaebcc35660daa0aa540a8b62 100755 (executable)
@@ -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}" \