healchow commented on code in PR #7371:
URL: https://github.com/apache/inlong/pull/7371#discussion_r1106843991


##########
inlong-audit/audit-proxy/src/main/java/org/apache/inlong/audit/source/SimpleTcpSource.java:
##########
@@ -181,7 +181,7 @@ public synchronized void start() {
             }
         } catch (Exception e) {
             logger.error("Simple TCP Source error bind host {} port {},program 
will exit!", host,

Review Comment:
   There is something wrong with the log description, could you please modify 
it to:
   ```suggestion
               logger.error("Simple TCP Source bind {}:{} error, the program 
will exit!", host, port, e);
   ```



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