added logging

This commit is contained in:
2026-02-17 02:57:44 +01:00
parent daffc4f458
commit 5445a5155d
5 changed files with 55 additions and 69 deletions

View File

@@ -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 &