From 4b4d6d5161e7e55814c4b7fd103b9fc57143b654 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Wed, 4 Sep 2024 13:39:02 -0500 Subject: [PATCH] fix: disable local file loggers --- drydock/patches/openedx-common-settings | 3 +++ 1 file changed, 3 insertions(+) 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")