frankgh commented on code in PR #160:
URL: https://github.com/apache/cassandra-sidecar/pull/160#discussion_r1879183492
##########
server-common/src/main/java/org/apache/cassandra/sidecar/common/server/cluster/locator/TokenRangeReplicas.java:
##########
@@ -73,7 +73,7 @@ public static List<TokenRangeReplicas>
generateTokenRangeReplicas(Token start,
return unwrapRange(start, end, partitioner, replicaSet);
}
- LOGGER.info("Generating replica-map for range: {} - {} : Replicaset:
{}", start, end, replicaSet);
+ LOGGER.debug("Generating replica-map for range: {} - {} : Replicaset:
{}", start, end, replicaSet);
Review Comment:
this was showing up a log in my logs, so it really should go in debug
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]