This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new b607e369be0 branch-3.1: [fix](cloud)Delete debug log because it
reveals too much sensitive information #57277 (#57407)
b607e369be0 is described below
commit b607e369be0028de0ecfb6aca707f3f81ebe4d5d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 30 14:43:15 2025 +0800
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]>
---
.../org/apache/doris/cloud/catalog/CloudInstanceStatusChecker.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/cloud/catalog/CloudInstanceStatusChecker.java
b/fe/fe-core/src/main/java/org/apache/doris/cloud/catalog/CloudInstanceStatusChecker.java
index 9f0c51709e0..f1cc00f6503 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/cloud/catalog/CloudInstanceStatusChecker.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/cloud/catalog/CloudInstanceStatusChecker.java
@@ -59,9 +59,6 @@ public class CloudInstanceStatusChecker extends MasterDaemon {
protected void runAfterCatalogReady() {
try {
Cloud.GetInstanceResponse response =
cloudSystemInfoService.getCloudInstance();
- if (LOG.isDebugEnabled()) {
- LOG.debug("get from ms response {}", response);
- }
if (!isResponseValid(response)) {
return;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]