From b578d06e4a8549a3454d151f8acfedb664fca2d9 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 3 Nov 2016 18:04:50 +0100 Subject: [PATCH] chore(notification): improve log message --- pkg/services/alerting/notifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/alerting/notifier.go b/pkg/services/alerting/notifier.go index 2017d9d7670..3fe7661b78c 100644 --- a/pkg/services/alerting/notifier.go +++ b/pkg/services/alerting/notifier.go @@ -49,7 +49,7 @@ func (n *RootNotifier) Notify(context *EvalContext) error { return err } - n.log.Info("Sending notifications for", "ruleId", context.Rule.Id, "Amount to send", len(notifiers)) + n.log.Info("Sending notifications for", "ruleId", context.Rule.Id, "sent count", len(notifiers)) if len(notifiers) == 0 { return nil