diff --git a/cassandra/cluster.py b/cassandra/cluster.py index bbad441118..14c3074e85 100644 --- a/cassandra/cluster.py +++ b/cassandra/cluster.py @@ -4088,8 +4088,8 @@ def _is_valid_peer(row): return False if "tokens" in row and not row.get("tokens"): - log.warning( - "Found an invalid row for peer - tokens is None (broadcast_rpc: %s, host_id: %s). Ignoring host." % + log.debug( + "Found a zero-token node - tokens is None (broadcast_rpc: %s, host_id: %s). Ignoring host." % (broadcast_rpc, host_id)) return False