Skip to content

Commit 96e2720

Browse files
committed
update redis cache log
1 parent 30c7129 commit 96e2720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/redis_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(
3838
)
3939
# Test connection
4040
self.redis_client.ping()
41-
logger.info(f"Connected to Redis at {self.host}:{self.port}")
41+
logger.debug(f"Connected to Redis at {self.host}:{self.port}")
4242
except Exception as e:
4343
logger.error(f"Failed to connect to Redis: {e}")
4444
# Fallback to in-memory set for development/testing

0 commit comments

Comments
 (0)