This commit is contained in:
Donald Zou
2025-07-02 18:45:43 +08:00
parent 9745e8b034
commit 68abc7ec1b
3 changed files with 32 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ daemon = True
pidfile = './gunicorn.pid'
wsgi_app = "dashboard:app"
accesslog = f"./log/access_{date}.log"
log_level = "debug"
loglevel = "info"
capture_output = True
errorlog = f"./log/error_{date}.log"
pythonpath = "., ./modules"