Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #669 from raintank/issue664
Browse files Browse the repository at this point in the history
fix log level
  • Loading branch information
Dieterbe authored Jun 27, 2017
2 parents e4870e0 + 4baf0a8 commit 5ccdb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdata/aggmetrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (ms *AggMetrics) GC() {
a := ms.Metrics[key]
ms.RUnlock()
if stale := a.GC(chunkMinTs, metricMinTs); stale {
log.Info("metric %s is stale. Purging data from memory.", key)
log.Debug("metric %s is stale. Purging data from memory.", key)
ms.Lock()
delete(ms.Metrics, key)
metricsActive.Set(len(ms.Metrics))
Expand Down

0 comments on commit 5ccdb25

Please sign in to comment.