Skip to content

Commit 411ac50

Browse files
deardengzhangm365
authored andcommitted
[fix](cloud)Delete debug log because it reveals too much sensitive information (apache#57277)
1 parent 93d0263 commit 411ac50

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)