From 4f767ab06a120b3f4f3c2773ef5eb9f22a275ae7 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sun, 12 Apr 2015 15:11:38 +0200 Subject: [PATCH] Change log level to 'notice' for 'Attempting to send notifications' messages fixes #9021 --- lib/icinga/notification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/icinga/notification.cpp b/lib/icinga/notification.cpp index 7289df566..653dc3fcc 100644 --- a/lib/icinga/notification.cpp +++ b/lib/icinga/notification.cpp @@ -231,7 +231,7 @@ void Notification::BeginExecuteNotification(NotificationType type, const CheckRe { ASSERT(!OwnsLock()); - Log(LogInformation, "Notification") + Log(LogNotice, "Notification") << "Attempting to send notifications for notification object '" << GetName() << "'."; Checkable::Ptr checkable = GetCheckable(); -- 2.40.0