mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
Change log level for some messages.
This commit is contained in:
parent
6a1ce0d9b9
commit
c519deb257
@ -461,7 +461,7 @@ void ClusterComponent::ReplayLog(const Endpoint::Ptr& endpoint, const Stream::Pt
|
|||||||
DynamicType::Ptr dtype = DynamicType::GetByName(type);
|
DynamicType::Ptr dtype = DynamicType::GetByName(type);
|
||||||
|
|
||||||
if (!dtype) {
|
if (!dtype) {
|
||||||
Log(LogWarning, "cluster", "Invalid type in security attribute: " + type);
|
Log(LogDebug, "cluster", "Invalid type in security attribute: " + type);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -469,7 +469,7 @@ void ClusterComponent::ReplayLog(const Endpoint::Ptr& endpoint, const Stream::Pt
|
|||||||
secobj = dtype->GetObject(name);
|
secobj = dtype->GetObject(name);
|
||||||
|
|
||||||
if (!secobj) {
|
if (!secobj) {
|
||||||
Log(LogWarning, "cluster", "Invalid object name in security attribute: " + name + " (of type '" + type + "')");
|
Log(LogDebug, "cluster", "Invalid object name in security attribute: " + name + " (of type '" + type + "')");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user