This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch QueryMetrics
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/QueryMetrics by this push:
new 53cd0e89cb Add line breaker
53cd0e89cb is described below
commit 53cd0e89cb2e876b812d67cda0db4c98e9e38141
Author: JackieTien97 <[email protected]>
AuthorDate: Wed Nov 9 19:25:21 2022 +0800
Add line breaker
---
.../main/java/org/apache/iotdb/db/mpp/statistics/QueryStatistics.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/server/src/main/java/org/apache/iotdb/db/mpp/statistics/QueryStatistics.java
b/server/src/main/java/org/apache/iotdb/db/mpp/statistics/QueryStatistics.java
index 31a1a611cf..597d1bbee9 100644
---
a/server/src/main/java/org/apache/iotdb/db/mpp/statistics/QueryStatistics.java
+++
b/server/src/main/java/org/apache/iotdb/db/mpp/statistics/QueryStatistics.java
@@ -99,6 +99,8 @@ public class QueryStatistics {
(k, v) -> {
QUERY_STATISTICS_LOGGER.info("Operation: {}, Statistics: {}", k,
v);
});
+ // line breaker
+ QUERY_STATISTICS_LOGGER.info("");
}
}