diff --git a/src/gunicorn.conf.py b/src/gunicorn.conf.py index 1cad180..0b106e6 100644 --- a/src/gunicorn.conf.py +++ b/src/gunicorn.conf.py @@ -10,7 +10,6 @@ threads = 1 bind = f"{app_host}:{app_port}" daemon = True pidfile = './gunicorn.pid' -print_config = True wsgi_app = "dashboard:app" access_logfile = "./log/access.log" log_level = "debug"