added logging
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
|
||||
npm run build:css
|
||||
|
||||
nohup .venv/bin/gunicorn \
|
||||
nohup uv run gunicorn \
|
||||
--bind 127.0.0.1:5000 \
|
||||
--worker-class eventlet \
|
||||
--workers 1 \
|
||||
--access-logfile logs/traffic.log \
|
||||
run:app &
|
||||
|
||||
Reference in New Issue
Block a user