app/victoria-metrics: removed debug log message when -selfScrapeInterval is set

This commit is contained in:
Aliaksandr Valialkin 2020-07-02 19:40:55 +03:00
parent 91b3482894
commit 8f628cd805

View file

@ -85,7 +85,6 @@ func selfScraper(scrapeInterval time.Duration) {
mr.Timestamp = currentTimestamp
mr.Value = r.Value
}
logger.Infof("writing %d rows at timestamp %d", len(mrs), currentTimestamp)
vmstorage.AddRows(mrs)
}
}