mirror of https://github.com/Icinga/icinga2.git
parent
6f92a62953
commit
7fbdf1d633
|
@ -88,6 +88,9 @@ void icinga::Log(LogSeverity severity, const String& facility,
|
|||
bool processed = false;
|
||||
|
||||
BOOST_FOREACH(const Logger::Ptr& logger, Logger::GetLoggers()) {
|
||||
if (!logger->IsActive())
|
||||
continue;
|
||||
|
||||
{
|
||||
ObjectLock llock(logger);
|
||||
|
||||
|
|
Loading…
Reference in New Issue