yhs0092 commented on code in PR #4809:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/4809#discussion_r2083743012
##########
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:
+1, this PR looks good to me
--
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]