pat-lego commented on code in PR #428:
URL:
https://github.com/apache/jackrabbit-filevault/pull/428#discussion_r3604727442
##########
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:
Then how can we capture this information in an intelligent way to help with
observability because this is not the first occurence of an issue like this and
the lack of observability creates issues that are complex to resolve.
--
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]