Browse Source

removes verbose logging

bergquist 8 năm trước cách đây
mục cha
commit
0b6169b3f5
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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
 	}
 
-	n.log.Info("Sending notifications for", "ruleId", context.Rule.Id, "sent count", len(notifiers))
-
 	if len(notifiers) == 0 {
 		return nil
 	}