aloyszhang commented on code in PR #10392:
URL: https://github.com/apache/inlong/pull/10392#discussion_r1635733592


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java:
##########
@@ -322,6 +328,34 @@ private void updateTaskStatus(CommandEntity command) {
         }
     }
 
+    @Override
+    public AgentConfigInfo getAgentConfig(AgentConfigRequest request) {
+        LOGGER.info("begin to get init info for: " + request);

Review Comment:
   ```suggestion
           LOGGER.info("begin to get init info for {}", request);
   ```



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