lets try logging
This commit is contained in:
@@ -19,4 +19,10 @@ set -eu
|
||||
. /opt/venv/bin/activate
|
||||
sh ./init_db.sh "$FLASK_DB"
|
||||
|
||||
exec "$SERVER" -w $WORKERS --timeout $TIMEOUT 'app:app' --pid="$PID" -b 0.0.0.0:5000
|
||||
exec "$SERVER" \
|
||||
-w $WORKERS \
|
||||
--timeout $TIMEOUT \
|
||||
--pid="$PID" \
|
||||
-b 0.0.0.0:5000 \
|
||||
'app:app' \
|
||||
2>&1 | tee -a /data/flees.log
|
||||
|
||||
Reference in New Issue
Block a user