diff --git a/configs/uwsgi.ini b/configs/uwsgi.ini index f949551..e222c37 100644 --- a/configs/uwsgi.ini +++ b/configs/uwsgi.ini @@ -9,9 +9,10 @@ die-on-term = true # For debugging and testing show-config = true # enable thread +disable-logging = true enable-threads = true lazy-apps=true -disable-logging = true log-4xx = true log-5xx = true master = true +single-interpreter = true