mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
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…
x
Reference in New Issue
Block a user