mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-30 00:54:30 +02:00
IcingaDB: Silence some developer logging
This commit is contained in:
parent
36d18ed23a
commit
904f2ce7d4
@ -123,7 +123,7 @@ void IcingaDB::UpdateSubscriptions()
|
|||||||
{
|
{
|
||||||
AssertOnWorkQueue();
|
AssertOnWorkQueue();
|
||||||
|
|
||||||
Log(LogInformation, "IcingaDB", "Updating Redis subscriptions");
|
Log(LogNotice, "IcingaDB", "Updating Redis subscriptions");
|
||||||
|
|
||||||
/* TODO:
|
/* TODO:
|
||||||
* Silently return in this case. Usually the RedisConnection checks for connectivity and logs in failure case.
|
* Silently return in this case. Usually the RedisConnection checks for connectivity and logs in failure case.
|
||||||
@ -160,7 +160,7 @@ void IcingaDB::UpdateSubscriptions()
|
|||||||
}
|
}
|
||||||
} while (cursor != "0");
|
} while (cursor != "0");
|
||||||
|
|
||||||
Log(LogInformation, "IcingaDB")
|
Log(LogNotice, "IcingaDB")
|
||||||
<< "Current Redis event subscriptions: " << m_Subscriptions.size();
|
<< "Current Redis event subscriptions: " << m_Subscriptions.size();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user