mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Temporarily ignore logged errors
This commit is contained in:
parent
872da0c699
commit
450670d55e
@ -263,7 +263,7 @@ abstract class ApplicationBootstrap
|
||||
$application->bootstrap();
|
||||
|
||||
if (Logger::hasErrorsOccurred()) {
|
||||
$application->stopApplication(Logger::getQueue());
|
||||
// $application->stopApplication(Logger::getQueue());
|
||||
}
|
||||
|
||||
return $application;
|
||||
|
Loading…
x
Reference in New Issue
Block a user