Joscorbe commented on code in PR #295:
URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r959867549


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java:
##########
@@ -305,13 +303,12 @@ private void registerNodeStore() throws IOException {
                                 "journalCache={}, blobCacheSize (MB)={}, 
maxReplicationLagInSecs={}",
                         mongoURI.getHosts(), db, config.cache(), 
persistentCache,
                         journalCache, config.blobCacheSize(), 
config.maxReplicationLagInSecs());
-                log.info("Mongo Connection details {}", 
MongoConnection.toString(mongoURI.getOptions()));
+                log.info("Mongo Connection details {}", 
MongoConnection.toString(mongoURI));

Review Comment:
   I have added a new method MongoConnection.toString that accepts a 
ConnectionString as a parameter.



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