diff --git a/app/boot.py b/app/boot.py index 4b9f1c42..f40f4803 100644 --- a/app/boot.py +++ b/app/boot.py @@ -37,7 +37,7 @@ def boot(): logger.warning("Debug mode is ON (for development this is OK)") # Silence django's "Warning: Session data corrupted" messages - session_logger = logging.getLogger("django.security.SuspiciousSession") + session_logger = logging.getLogger("django.SuspiciousOperation.SuspiciousSession") session_logger.disabled = True # Make sure our app/media/tmp folder exists