diff --git a/ietf/settings.py b/ietf/settings.py index 2aece0f5f..7fc3ca0e2 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -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