mirror of https://github.com/Icinga/icinga2.git
parent
bcc6b8258c
commit
4e680e6d58
|
@ -107,6 +107,7 @@ Application::~Application(void)
|
|||
void Application::Exit(int rc)
|
||||
{
|
||||
std::cout.flush();
|
||||
std::cerr.flush();
|
||||
|
||||
BOOST_FOREACH(const Logger::Ptr& logger, Logger::GetLoggers()) {
|
||||
logger->Flush();
|
||||
|
|
Loading…
Reference in New Issue