From: Michael Friedrich Date: Sun, 12 Apr 2015 13:11:38 +0000 (+0200) Subject: Change log level to 'notice' for 'Attempting to send notifications' messages X-Git-Tag: v2.3.4~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b2e1c2662cb3ede51f7eb9bf4bafa5b346a02d9;p=icinga2 Change log level to 'notice' for 'Attempting to send notifications' messages fixes #9021 --- diff --git a/lib/icinga/notification.cpp b/lib/icinga/notification.cpp index afce5c1e8..72101b9cf 100644 --- a/lib/icinga/notification.cpp +++ b/lib/icinga/notification.cpp @@ -233,7 +233,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();