Pil0tXia commented on code in PR #4507:
URL: https://github.com/apache/eventmesh/pull/4507#discussion_r1375258576
##########
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/handler/RedirectClientBySubSystemHandler.java:
##########
@@ -127,22 +125,18 @@ public void handle(final HttpExchange httpExchange)
throws IOException {
}
} catch (Exception e) {
log.error("clientManage|redirectClientBySubSystem|fail|subSystem={}|destEventMeshIp"
- +
- "={}|destEventMeshPort={},errMsg={}", subSystem,
destEventMeshIp, destEventMeshPort, e);
+ + "={}|destEventMeshPort={}", subSystem, destEventMeshIp,
destEventMeshPort, e);
Review Comment:
If you want to remove the last param of a logger, please unify the same
logger in other endpoints such as `RedirectClientByPathHandler`.
--
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]