ensure all logging goes to STDOUT when using postal run
This commit is contained in:
+1
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user