Testing v4

This commit is contained in:
Donald Zou
2024-08-04 19:35:59 -04:00
parent 18b18c1396
commit 47ea60c0cd
2 changed files with 5 additions and 4 deletions

View File

@@ -12,3 +12,7 @@ daemon = True
pidfile = './gunicorn.pid'
print_config = True
wsgi_app = "dashboard:app"
access_logfile = "./log/access.log"
log_level = "debug"
capture_output = True
error_logfile = "./log/error.log"