frankgh commented on code in PR #246:
URL: https://github.com/apache/cassandra-sidecar/pull/246#discussion_r2258397348


##########
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 now the limitation we have is that all logs are logged by the 
AuthCache logger. But we have multiple implementations and there's no way to 
differentiate between the loggers.



-- 
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

Reply via email to