Grokzen / redis-py-cluster

Python cluster client for the official redis cluster. Redis 3.0+.
https://redis-py-cluster.readthedocs.io/
MIT License
1.1k stars 315 forks source link

Expand logging in the client #394

Open Grokzen opened 4 years ago

Grokzen commented 4 years ago

In 2.1.0 there was some basic logging implemented so users can at least get some basic logging on what is happening inside the client and specially around the cluster initialization and the main execution loop.

In next release there should be more logging added and a full pass on the code should be done and decided where it would be good to add more useful logging for a user.