Skip to content

Commit 8739042

Browse files
authored
Changing log level to be debug for failed maintenance notification enablement when enabled='auto' (#3851)
1 parent 360860e commit 8739042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def _enable_maintenance_notifications(
539539
import logging
540540

541541
logger = logging.getLogger(__name__)
542-
logger.warning(f"Failed to enable maintenance notifications: {e}")
542+
logger.debug(f"Failed to enable maintenance notifications: {e}")
543543
else:
544544
raise
545545

0 commit comments

Comments
 (0)