imbajin commented on code in PR #2643:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2643#discussion_r1726590601


##########
hugegraph-server/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java:
##########
@@ -275,7 +275,7 @@ protected URIBuilder newConnectionURIBuilder(String url)
     }
 
     private Connection connect(String url) throws SQLException {
-        LOG.info("Connect to the jdbc url: '{}'", url);
+        LOG.debug("Connect to the jdbc url: '{}'", url);

Review Comment:
   Change it to `debug` is not friendly for users to dig out the basic 
connection problem?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to