Private
Public Access
1
0

logging enabled/disabled thru config

This commit is contained in:
Sander Roosendaal
2022-04-07 08:43:43 +02:00
parent f49ba3b36a
commit 3c2813c3e3
4 changed files with 16 additions and 6 deletions

View File

@@ -589,3 +589,8 @@ except KeyError: # pragma: no cover
GEOIP_PATH = STATIC_ROOT
TAGGIT_CASE_INSENSITIVE = True
try:
MYLOGGING = CFG['logging']
except KeyError:
MYLOGGING = {}