stefan-egli commented on code in PR #1417:
URL: https://github.com/apache/jackrabbit-oak/pull/1417#discussion_r1566049288


##########
oak-store-spi/src/main/java/org/apache/jackrabbit/oak/spi/state/AbstractNodeState.java:
##########
@@ -50,6 +52,7 @@
  * alternatives.
  */
 public abstract class AbstractNodeState implements NodeState {
+    private static final Logger LOGGER = 
LoggerFactory.getLogger(AbstractNodeState.class.getName());

Review Comment:
   Even though the logging is protected with an `isDebugEnabled()` - as this is 
quite a core class I'd like to better understand - is this really needed, and 
what for? could we do without this?



-- 
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: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to