We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44dd5c commit c5d0c00Copy full SHA for c5d0c00
1 file changed
ietf/settings.py
@@ -318,8 +318,8 @@ def skip_unreadable_post(record):
318
# to show registered loggers. The content here should match the levels above
319
# and is shown as an example:
320
UTILS_LOGGER_LEVELS: Dict[str, str] = {
321
- 'django': 'INFO',
322
- 'django.server': 'INFO',
+# 'django': 'INFO',
+# 'django.server': 'INFO',
323
}
324
325
# End logging
0 commit comments