mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-05 07:37:30 +01:00
Reduce noise in info log
This commit is contained in:
@@ -166,10 +166,10 @@ func (m *MemoryStore) HealthCheck(cluster string,
|
||||
healthyCount := len(expectedMetrics) - degradedCount - missingCount
|
||||
|
||||
if degradedCount > 0 {
|
||||
cclog.ComponentInfo("metricstore", "HealthCheck: node ", hostname, "degraded metrics:", degradedList)
|
||||
cclog.ComponentDebug("metricstore", "HealthCheck: node ", hostname, "degraded metrics:", degradedList)
|
||||
}
|
||||
if missingCount > 0 {
|
||||
cclog.ComponentInfo("metricstore", "HealthCheck: node ", hostname, "missing metrics:", missingList)
|
||||
cclog.ComponentDebug("metricstore", "HealthCheck: node ", hostname, "missing metrics:", missingList)
|
||||
}
|
||||
|
||||
var state schema.MonitoringState
|
||||
|
||||
Reference in New Issue
Block a user