mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Move spammy log line to debug in the state manager (#39410)
This commit is contained in:
parent
1e4a660ea7
commit
fcbcfd232b
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user