modify log level

This commit is contained in:
Ulric Qin 2022-06-10 15:39:45 +08:00
parent a5f7d5e9cf
commit 6a366acc74
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ func loopFilterRules(ctx context.Context) {
func filterRules() {
ids := memsto.AlertRuleCache.GetRuleIds()
logger.Infof("AlertRuleCache.GetRuleIds successids.len: %d", len(ids))
logger.Debugf("AlertRuleCache.GetRuleIds successids.len: %d", len(ids))
count := len(ids)
mines := make([]int64, 0, count)