Alerting: Move spammy log line to debug in the state manager (#39410) (#39434)

(cherry picked from commit fcbcfd232b)

Co-authored-by: gotjosh <josue@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2021-09-27 15:36:52 +01:00
committed by GitHub
co-authored by gotjosh
parent cac03cc7fe
commit 06cb288848
+1 -1
View File
@@ -205,7 +205,7 @@ func (st *Manager) recordMetrics() {
for {
select {
case <-ticker.C:
st.log.Info("recording state cache metrics", "now", time.Now())
st.log.Debug("recording state cache metrics", "now", time.Now())
st.cache.recordMetrics()
case <-st.quit:
st.log.Debug("stopping state cache metrics recording", "now", time.Now())