mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Add debug logs when saving instances is finished (#70447)
This commit is contained in:
parent
00ec9fceb9
commit
8a13ee3cd4
@ -377,6 +377,7 @@ func (st *Manager) saveAlertStates(ctx context.Context, logger log.Logger, state
|
||||
logger.Error("Failed to save alert state", "labels", s.Labels.String(), "state", s.State, "error", err)
|
||||
}
|
||||
}
|
||||
logger.Debug("Saving alert states done", "count", len(states))
|
||||
}
|
||||
|
||||
func (st *Manager) deleteAlertStates(ctx context.Context, logger log.Logger, states []StateTransition) {
|
||||
|
Loading…
Reference in New Issue
Block a user