diff options
| author | Frederick Muriuki Muriithi | 2026-05-01 14:49:39 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-05-01 14:49:39 -0500 |
| commit | c8176603fb3d6ac8cd4c917dde397dd0de9faf03 (patch) | |
| tree | 7733bf0d7e344742701f0d0525e0824f5dcff72e /gn_auth/settings.py | |
| parent | 3443869f9a6435ee37f20c983a32e3e94d7290cd (diff) | |
| download | gn-auth-c8176603fb3d6ac8cd4c917dde397dd0de9faf03.tar.gz | |
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.
Diffstat (limited to 'gn_auth/settings.py')
| -rw-r--r-- | gn_auth/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
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"] |
