frankgh commented on code in PR #246: URL: https://github.com/apache/cassandra-sidecar/pull/246#discussion_r2258416658
########## server/src/main/java/org/apache/cassandra/sidecar/acl/AuthCache.java: ########## @@ -46,7 +46,7 @@ */ public abstract class AuthCache<K, V> { - private static final Logger LOGGER = LoggerFactory.getLogger(AuthCache.class); + protected final Logger logger = LoggerFactory.getLogger(this.getClass()); Review Comment: Right, but your actual logger is the same always, so if you need to find something based on the implementing class name, you can't -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org