Skip to content

Commit b607e36

Browse files
branch-3.1: [fix](cloud)Delete debug log because it reveals too much sensitive information #57277 (#57407)
Cherry-picked from #57277 Co-authored-by: deardeng <[email protected]>
1 parent 4d20bc8 commit b607e36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fe/fe-core/src/main/java/org/apache/doris/cloud/catalog/CloudInstanceStatusChecker.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ public CloudInstanceStatusChecker(CloudSystemInfoService cloudSystemInfoService)
5959
protected void runAfterCatalogReady() {
6060
try {
6161
Cloud.GetInstanceResponse response = cloudSystemInfoService.getCloudInstance();
62-
if (LOG.isDebugEnabled()) {
63-
LOG.debug("get from ms response {}", response);
64-
}
6562
if (!isResponseValid(response)) {
6663
return;
6764
}

0 commit comments

Comments
 (0)