liubao68 commented on code in PR #4809:
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/4809#discussion_r2079161895


##########
foundations/foundation-vertx/src/main/java/org/apache/servicecomb/foundation/vertx/client/http/HttpClientPoolFactory.java:
##########
@@ -46,7 +46,7 @@ public HttpClientWithContext createClientPool(Context 
context) {
                   connection.localAddress(), connection.remoteAddress())
           );
           connection.exceptionHandler(e ->
-              LOGGER.info("http connection exception, local:{}, remote:{}.",
+              LOGGER.error("http connection exception, local:{}, remote:{}.",

Review Comment:
   This may print a lot of logs in situation like: health check, connection 
pool resize and other.



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

Reply via email to