You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/09/06 09:18:19 UTC

[iotdb] branch ml_add_peer updated: remove log for debug

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

xingtanzjr pushed a commit to branch ml_add_peer
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/ml_add_peer by this push:
     new d6fe0579f3 remove log for debug
d6fe0579f3 is described below

commit d6fe0579f3c10cdae0b74963664c435a8ed181d6
Author: Jinrui.Zhang <xi...@gmail.com>
AuthorDate: Tue Sep 6 17:18:06 2022 +0800

    remove log for debug
---
 .../src/main/java/org/apache/iotdb/db/engine/snapshot/SnapshotTaker.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/engine/snapshot/SnapshotTaker.java b/server/src/main/java/org/apache/iotdb/db/engine/snapshot/SnapshotTaker.java
index 1fcf024877..ab12778351 100644
--- a/server/src/main/java/org/apache/iotdb/db/engine/snapshot/SnapshotTaker.java
+++ b/server/src/main/java/org/apache/iotdb/db/engine/snapshot/SnapshotTaker.java
@@ -177,7 +177,6 @@ public class SnapshotTaker {
     }
 
     Files.createLink(target.getAbsoluteFile().toPath(), source.getAbsoluteFile().toPath());
-    LOGGER.info("Taking snapshot for {} to {}", source, target);
     snapshotLogger.logFile(source.getAbsolutePath(), target.getAbsolutePath());
   }