diff --git a/redis/connection.py b/redis/connection.py index 41ddde02c6..0a87777ac3 100644 --- a/redis/connection.py +++ b/redis/connection.py @@ -539,7 +539,7 @@ def _enable_maintenance_notifications( import logging logger = logging.getLogger(__name__) - logger.warning(f"Failed to enable maintenance notifications: {e}") + logger.debug(f"Failed to enable maintenance notifications: {e}") else: raise