diff --git a/drydock/patches/openedx-common-settings b/drydock/patches/openedx-common-settings index 2da9a169..be9525ee 100644 --- a/drydock/patches/openedx-common-settings +++ b/drydock/patches/openedx-common-settings @@ -20,4 +20,4 @@ XBLOCK_SETTINGS["ScormXBlock"] = { {% endif %} LOGGING.get("loggers", {}).pop("tracking") -LOGGING.get("loggers", {}).pop("local") +LOGGING["loggers"][""]["handlers"] = ["console"] diff --git a/drydock/patches/uwsgi-config b/drydock/patches/uwsgi-config index c5c8ee5c..4d66d6bb 100644 --- a/drydock/patches/uwsgi-config +++ b/drydock/patches/uwsgi-config @@ -13,3 +13,5 @@ master = true py-call-osafterfork = true vacuum = true hook-master-start = unix_signal:1 gracefully_kill_them_all +threads = 16 +disable-logging = true