diff --git a/src/gunicorn.conf.py b/src/gunicorn.conf.py index 4033022..23e9512 100644 --- a/src/gunicorn.conf.py +++ b/src/gunicorn.conf.py @@ -8,6 +8,6 @@ worker_class = 'gthread' workers = 1 threads = 1 bind = f"{app_host}:{app_port}" -print("[WGDashboard] Gunicorn app will be running at " + bind) +# print("[WGDashboard] Gunicorn app will be running at " + bind) daemon = True pidfile = './gunicorn.pid'