Skip to content

Commit c5d0c00

Browse files
committed
Changed the logger level settings override so as to not actually apply the example settings.
- Legacy-Id: 18175
1 parent c44dd5c commit c5d0c00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ def skip_unreadable_post(record):
318318
# to show registered loggers. The content here should match the levels above
319319
# and is shown as an example:
320320
UTILS_LOGGER_LEVELS: Dict[str, str] = {
321-
'django': 'INFO',
322-
'django.server': 'INFO',
321+
# 'django': 'INFO',
322+
# 'django.server': 'INFO',
323323
}
324324

325325
# End logging

0 commit comments

Comments
 (0)