diff options
author | Jessica Tallon <jessica@megworld.co.uk> | 2014-09-30 09:27:53 +0100 |
---|---|---|
committer | Jessica Tallon <jessica@megworld.co.uk> | 2014-09-30 09:27:53 +0100 |
commit | eddb1aaf9e9ddcaef66cc0e6ee2ec43ee03baa1c (patch) | |
tree | bf78dc5463772cbeffc6d6496a34547c86416e50 | |
parent | ffa9346cefcfc83d66b6da75ea4b4b8df682b08d (diff) | |
download | mediagoblin-eddb1aaf9e9ddcaef66cc0e6ee2ec43ee03baa1c.tar.lz mediagoblin-eddb1aaf9e9ddcaef66cc0e6ee2ec43ee03baa1c.tar.xz mediagoblin-eddb1aaf9e9ddcaef66cc0e6ee2ec43ee03baa1c.zip |
Add logging to console to gunicorn
-rwxr-xr-x | lazystarter.sh | 2 |
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}" \ |