From 5bade68a6513bb0cd47912456f03bc007927de75 Mon Sep 17 00:00:00 2001 From: Adam Holmberg Date: Mon, 24 Nov 2014 13:37:48 -0600 Subject: [PATCH] Info log when connections established to 'up' nodes PYTHON-116 --- cassandra/cluster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cassandra/cluster.py b/cassandra/cluster.py index 4e099b1d..7833dc54 100644 --- a/cassandra/cluster.py +++ b/cassandra/cluster.py @@ -773,6 +773,7 @@ class Cluster(object): self._cleanup_failed_on_up_handling(host) return + log.info("Connection pools established for node %s", host) # mark the host as up and notify all listeners host.set_up() for listener in self.listeners: