mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Don't spam the log with reminder notifications not being sent
fixes #7731
This commit is contained in:
parent
1c4501da19
commit
8c8e80bbb0
1 changed files with 2 additions and 2 deletions
|
|
@ -110,8 +110,8 @@ void NotificationComponent::NotificationTimerHandler(void)
|
|||
}
|
||||
|
||||
try {
|
||||
Log(LogInformation, "NotificationComponent")
|
||||
<< "Sending reminder notification for object '" << checkable->GetName() << "'";
|
||||
Log(LogNotice, "NotificationComponent")
|
||||
<< "Attempting to send reminder notification for object '" << checkable->GetName() << "'";
|
||||
notification->BeginExecuteNotification(NotificationProblem, checkable->GetLastCheckResult(), false);
|
||||
} catch (const std::exception& ex) {
|
||||
Log(LogWarning, "NotificationComponent")
|
||||
|
|
|
|||
Loading…
Reference in a new issue