1.增加发送的debug日志。

This commit is contained in:
wusheng 2016-02-18 11:33:08 +08:00
parent 37c2f048c5
commit 34682e7dd5
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ public class BufferGroup {
HealthCollector.getCurrentHeathReading(null)
.updateData(HeathReading.INFO,
"send buried-point data.");
logger.debug("send buried-point data, size:{}", data.length());
data = new StringBuilder();
}