aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Tallon <jessica@megworld.co.uk>2014-09-30 09:27:53 +0100
committerJessica Tallon <jessica@megworld.co.uk>2014-09-30 09:27:53 +0100
commiteddb1aaf9e9ddcaef66cc0e6ee2ec43ee03baa1c (patch)
treebf78dc5463772cbeffc6d6496a34547c86416e50
parentffa9346cefcfc83d66b6da75ea4b4b8df682b08d (diff)
downloadmediagoblin-eddb1aaf9e9ddcaef66cc0e6ee2ec43ee03baa1c.tar.lz
mediagoblin-eddb1aaf9e9ddcaef66cc0e6ee2ec43ee03baa1c.tar.xz
mediagoblin-eddb1aaf9e9ddcaef66cc0e6ee2ec43ee03baa1c.zip
Add logging to console to gunicorn
-rwxr-xr-xlazystarter.sh2
1 files changed, 1 insertions, 1 deletions
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}" \