This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new a39252b2c4 [INLONG-8582][Manager] Remove unnecessary log information 
in InlongClusterServiceImpl (#8583)
a39252b2c4 is described below

commit a39252b2c45b0257deeb13dbbc925616e4a3058e
Author: fuweng11 <[email protected]>
AuthorDate: Sun Jul 23 14:22:20 2023 +0800

    [INLONG-8582][Manager] Remove unnecessary log information in 
InlongClusterServiceImpl (#8583)
---
 .../apache/inlong/manager/service/cluster/InlongClusterServiceImpl.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/InlongClusterServiceImpl.java
 
b/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/InlongClusterServiceImpl.java
index 36012fafae..bf24c31e63 100644
--- 
a/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/InlongClusterServiceImpl.java
+++ 
b/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/InlongClusterServiceImpl.java
@@ -1410,7 +1410,6 @@ public class InlongClusterServiceImpl implements 
InlongClusterService {
                 .typeList(Arrays.asList(ClusterType.TUBEMQ, 
ClusterType.PULSAR, ClusterType.KAFKA))
                 .build();
         List<InlongClusterEntity> clusterEntityList = 
clusterMapper.selectByCondition(request);
-        LOGGER.info("clusterEntityList {}", clusterEntityList);
         List<MQInfo> mqInfoList = new ArrayList<>();
         for (InlongClusterEntity entity : clusterEntityList) {
             MQInfo info = new MQInfo();

Reply via email to