reschke commented on code in PR #1399:
URL: https://github.com/apache/jackrabbit-oak/pull/1399#discussion_r1549479842
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentStore.java:
##########
@@ -1752,6 +1752,8 @@ public <T extends Document> boolean create(Collection<T>
collection, List<Update
}
return false;
} catch (MongoException e) {
+ LOG.warn("Encountered MongoException while inserting documents
: {} - exception : {}",
Review Comment:
```suggestion
LOG.warn("Encountered MongoException while inserting
documents: {} - exception: {}",
```
--
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]