mirror of https://github.com/Icinga/icinga2.git
Change log severity for a debug message.
This commit is contained in:
parent
5647694c2a
commit
20e7536b0d
|
@ -1557,7 +1557,7 @@ void ClusterListener::UpdateAuthority(void)
|
|||
}
|
||||
}
|
||||
|
||||
Log(LogInformation, "cluster", "Cluster authority: " + Convert::ToString(checker_count) + "x checker, " + Convert::ToString(notifications_count) + "x notifications");
|
||||
Log(LogDebug, "cluster", "Cluster authority: " + Convert::ToString(checker_count) + "x checker, " + Convert::ToString(notifications_count) + "x notifications");
|
||||
}
|
||||
|
||||
bool ClusterListener::SupportsChecks(void)
|
||||
|
|
Loading…
Reference in New Issue