Clean up data

This commit is contained in:
Louis Lam
2024-10-26 15:37:50 +08:00
parent e91b2efe9a
commit 65b49384e0
3 changed files with 55 additions and 31 deletions

View File

@@ -209,7 +209,7 @@ class UptimeCalculator {
let flatStatus = this.flatStatus(status);
if (flatStatus === DOWN && ping > 0) {
log.warn("uptime-calc", "The ping is not effective when the status is DOWN");
log.debug("uptime-calc", "The ping is not effective when the status is DOWN");
}
let divisionKey = this.getMinutelyKey(date);