ensure all logging goes to STDOUT when using postal run

This commit is contained in:
Adam Cooke
2017-04-26 20:36:17 +01:00
parent 2af46dbb6e
commit 8da33ba58e
+1 -2
View File
@@ -46,8 +46,7 @@ case "$1" in
;;
run)
export LOG_TO_STDOUT=1
run "procodile start -f --no-respawn --stop-when-none"
run "LOG_TO_STDOUT=1 procodile start -f --no-respawn --stop-when-none"
;;
upgrade)