projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa9346
)
Add logging to console to gunicorn
author
Jessica Tallon
<jessica@megworld.co.uk>
Tue, 30 Sep 2014 08:27:53 +0000
(09:27 +0100)
committer
Jessica Tallon
<jessica@megworld.co.uk>
Tue, 30 Sep 2014 08:27:53 +0000
(09:27 +0100)
lazystarter.sh
patch
|
blob
|
blame
|
history
diff --git
a/lazystarter.sh
b/lazystarter.sh
index 0b1b40562903d26839cde38ac663dd2c872d0bc0..3a4efd25bb47a5cdaebcc35660daa0aa540a8b62 100755
(executable)
--- 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}" \