diff --git a/aleksis/core/settings.py b/aleksis/core/settings.py
index bdba886193733223c194114229b5c4eceb7a84dc..304a4a1059e72393b5af020a5fe8aabc6c5581b9 100644
--- a/aleksis/core/settings.py
+++ b/aleksis/core/settings.py
@@ -232,8 +232,6 @@ if _settings.get("caching.redis.enabled", not IN_PYTEST):
     }
     if REDIS_PASSWORD:
         CACHES["default"]["OPTIONS"]["PASSWORD"] = REDIS_PASSWORD
-    DJANGO_REDIS_IGNORE_EXCEPTIONS = True
-    DJANGO_REDIS_LOG_IGNORED_EXCEPTIONS = True
 else:
     CACHES = {
         "default": {