diff --git a/drydock/patches/openedx-common-settings b/drydock/patches/openedx-common-settings index 7bff027e..2da9a169 100644 --- a/drydock/patches/openedx-common-settings +++ b/drydock/patches/openedx-common-settings @@ -18,3 +18,6 @@ XBLOCK_SETTINGS["ScormXBlock"] = { "STORAGE_FUNC": scorm_xblock_storage, } {% endif %} + +LOGGING.get("loggers", {}).pop("tracking") +LOGGING.get("loggers", {}).pop("local")