Przeglądaj źródła

removes verbose logging

bergquist 8 lat temu
rodzic
commit
0b6169b3f5
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      pkg/services/alerting/notifier.go

+ 0 - 2
pkg/services/alerting/notifier.go

@@ -47,8 +47,6 @@ func (n *notificationService) SendIfNeeded(context *EvalContext) error {
 		return err
 		return err
 	}
 	}
 
 
-	n.log.Info("Sending notifications for", "ruleId", context.Rule.Id, "sent count", len(notifiers))
-
 	if len(notifiers) == 0 {
 	if len(notifiers) == 0 {
 		return nil
 		return nil
 	}
 	}