Changed the logger level settings override so as to not actually apply the example settings.
- Legacy-Id: 18175
This commit is contained in:
parent
c44dd5c5ea
commit
c5d0c00132
|
@ -318,8 +318,8 @@ LOGGING = {
|
|||
# to show registered loggers. The content here should match the levels above
|
||||
# and is shown as an example:
|
||||
UTILS_LOGGER_LEVELS: Dict[str, str] = {
|
||||
'django': 'INFO',
|
||||
'django.server': 'INFO',
|
||||
# 'django': 'INFO',
|
||||
# 'django.server': 'INFO',
|
||||
}
|
||||
|
||||
# End logging
|
||||
|
|
Loading…
Reference in a new issue