Skip to content

Commit

Permalink
fix: disable local file loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Sep 4, 2024
1 parent c48cd9d commit 4b4d6d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drydock/patches/openedx-common-settings
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ XBLOCK_SETTINGS["ScormXBlock"] = {
"STORAGE_FUNC": scorm_xblock_storage,
}
{% endif %}

LOGGING.get("loggers", {}).pop("tracking")
LOGGING.get("loggers", {}).pop("local")

0 comments on commit 4b4d6d5

Please sign in to comment.