mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-12-17 08:56:18 +00:00
refac: rework tailing of logs in the Docker entrypoint (#1021)
* chore: add debug workflow * chore: testing fix * chore: try next option * refac: tailing logs --------- Co-authored-by: DaanSelen <dselen@systemec.nl>
This commit is contained in:
@@ -23,4 +23,4 @@ pythonpath = "., ./modules"
|
||||
|
||||
print(f"[Gunicorn] WGDashboard w/ Gunicorn will be running on {bind}", flush=True)
|
||||
print(f"[Gunicorn] Access log file is at {accesslog}", flush=True)
|
||||
print(f"[Gunicorn] Error log file is at {errorlog}", flush=True)
|
||||
print(f"[Gunicorn] Error log file is at {errorlog}", flush=True)
|
||||
|
||||
Reference in New Issue
Block a user