joerghoh commented on code in PR #428:
URL:
https://github.com/apache/jackrabbit-filevault/pull/428#discussion_r3601640715
##########
vault-core/src/main/java/org/apache/jackrabbit/vault/fs/impl/io/FolderArtifactHandler.java:
##########
@@ -169,6 +173,7 @@ public ImportInfoImpl accept(
getAclManagement().clearACL(node);
}
} else {
+ log.warn("Replace path: {}", child.getPath());
Review Comment:
Assume I have a package which removes a subtree with 1000 nodes, how
frequently will this message be logged?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]