Changed the logger level settings override so as to not actually apply the example settings.

- Legacy-Id: 18175
This commit is contained in:
Henrik Levkowetz 2020-07-15 14:18:33 +00:00
parent c44dd5c5ea
commit c5d0c00132

View file

@ -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