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


##########
oak-run/src/main/java/org/apache/jackrabbit/oak/run/RevisionsCommand.java:
##########
@@ -96,7 +96,8 @@ public class RevisionsCommand implements Command {
     private static final List<String> LOGGER_NAMES = of(
             
"org.apache.jackrabbit.oak.plugins.document.VersionGarbageCollector",
             "org.apache.jackrabbit.oak.plugins.document.NodeDocumentSweeper",
-            
"org.apache.jackrabbit.oak.plugins.document.VersionGarbageCollector.detailedGC"
+            
"org.apache.jackrabbit.oak.plugins.document.VersionGarbageCollector.auditDGC",
+            "org.apache.jackrabbit.oak.spi.state.AbstractNodeState"

Review Comment:
   is this still needed with he 
https://github.com/apache/jackrabbit-oak/pull/1417/commits/75eec42dfe4030de30254da688ddb9cbc60c57d7
 revert?



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