Skip to content

Commit

Permalink
Potential fix for code scanning alert no. 2129: Clear-text logging of…
Browse files Browse the repository at this point in the history
… sensitive information

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
  • Loading branch information
1 parent f5eaf90 commit 3304b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litellm/_redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def init_redis_cluster(redis_kwargs) -> redis.RedisCluster:
)

verbose_logger.debug(
"init_redis_cluster: startup nodes: %s", redis_kwargs["startup_nodes"]
"init_redis_cluster: startup nodes are being initialized."
)
from redis.cluster import ClusterNode

Expand Down

0 comments on commit 3304b07

Please sign in to comment.