aboutsummaryrefslogtreecommitdiffstats
path: root/lazystarter.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lazystarter.sh')
-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}" \