mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-06 16:00:28 +01:00
Update gunicorn.conf.py
This commit is contained in:
parent
5755d13460
commit
acb54f098c
@ -16,3 +16,6 @@ access_logfile = f"./log/access_{date}.log"
|
||||
log_level = "debug"
|
||||
capture_output = True
|
||||
error_logfile = f"./log/error_{date}.log"
|
||||
print(f"[WGDashboard] WGDashboard w/ Gunicorn will be running on {bind}", flush=True)
|
||||
print(f"[WGDashboard] Access log file is at ./log/{access_logfile}", flush=True)
|
||||
print(f"[WGDashboard] Error log file is at ./log/{error_logfile}", flush=True)
|
||||
|
Loading…
Reference in New Issue
Block a user