diff --git a/sqlite/datastore.go b/sqlite/datastore.go index a05893c7..73e56c2c 100644 --- a/sqlite/datastore.go +++ b/sqlite/datastore.go @@ -272,7 +272,7 @@ func (s *DataStore) ArchiveAlertGroup(p core.AlertGroupQueryParams, user core.Us } tx.Commit() if count > 0 { - log.Info("Archived %d events in %v", count, time.Now().Sub(execStart)) + log.Debug("Archived %d events in %v", count, time.Now().Sub(execStart)) } else { break }