stefan-egli commented on code in PR #1402: URL: https://github.com/apache/jackrabbit-oak/pull/1402#discussion_r1552190663
########## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ########## @@ -1637,8 +1660,8 @@ private int removeUnusedPropertyEntries(NodeDocument doc, // via collectUnmergedBranchCommits. Checking for that next. Operation c = updateOp.getChanges().get(new Key(propertyKey, localRev)); if (c == null) { - if (log.isTraceEnabled()) { - log.trace("removeUnusedPropertyEntries : removing property key {} with revision {} from doc {}", + if (DETAILED_GC_LOG.isTraceEnabled()) { + DETAILED_GC_LOG.trace("removeUnusedPropertyEntries : removing property key {} with revision {} from doc {}", Review Comment: Not sure if we should have this in the audit log...? -- 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