From c8176603fb3d6ac8cd4c917dde397dd0de9faf03 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 1 May 2026 14:49:39 -0500 Subject: Enable turning logging on/off by module. To help with debugging and traceability, both in development and production, we need to be able to turn individual module loggers on or off in a flexible way. This commit enables that. --- gn_auth/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gn_auth/settings.py') diff --git a/gn_auth/settings.py b/gn_auth/settings.py index d59e997..fe0ac92 100644 --- a/gn_auth/settings.py +++ b/gn_auth/settings.py @@ -49,3 +49,5 @@ EMAIL_ADDRESS = "no-reply@uthsc.edu" ## Variable settings for various emails going out to users AUTH_EMAILS_EXPIRY_MINUTES = 15 + +LOGGABLE_MODULES = ["gn_auth"] -- cgit 1.4.1