Skip to content

Commit

Permalink
fix: disable logging and increase threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Sep 5, 2024
1 parent 4b4d6d5 commit 045856c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drydock/patches/openedx-common-settings
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ XBLOCK_SETTINGS["ScormXBlock"] = {
{% endif %}

LOGGING.get("loggers", {}).pop("tracking")
LOGGING.get("loggers", {}).pop("local")
LOGGING["loggers"][""]["handlers"] = ["console"]
2 changes: 2 additions & 0 deletions drydock/patches/uwsgi-config
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 045856c

Please sign in to comment.