dockerzhang commented on code in PR #9832:
URL: https://github.com/apache/inlong/pull/9832#discussion_r1527690012


##########
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/fetcher/ManagerFetcher.java:
##########
@@ -141,12 +141,12 @@ public TaskResult fetchTaskConfig() {
     public TaskResult getStaticConfig() {
         LOGGER.info("getStaticConfig start");
         String resultStr = httpManager.doSentPost(staticConfigUrl, 
getFetchRequest(null));
-        LOGGER.info("test123 staticConfigUrl {}", staticConfigUrl);
+        LOGGER.info("staticConfigUrl {}", staticConfigUrl);

Review Comment:
   Add a more readable description.



##########
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/fetcher/ManagerFetcher.java:
##########
@@ -141,12 +141,12 @@ public TaskResult fetchTaskConfig() {
     public TaskResult getStaticConfig() {
         LOGGER.info("getStaticConfig start");
         String resultStr = httpManager.doSentPost(staticConfigUrl, 
getFetchRequest(null));
-        LOGGER.info("test123 staticConfigUrl {}", staticConfigUrl);
+        LOGGER.info("staticConfigUrl {}", staticConfigUrl);
         JsonObject resultData = getResultData(resultStr);
         JsonElement element = resultData.get(AGENT_MANAGER_RETURN_PARAM_DATA);
         LOGGER.info("getStaticConfig end");
         if (element != null) {
-            LOGGER.info("test123 getStaticConfig not null {}", resultData);
+            LOGGER.info("getStaticConfig not null {}", resultData);

Review Comment:
   ditto



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