mirror of https://github.com/Icinga/icinga2.git
Fix logging performance problem.
This commit is contained in:
parent
aba260e695
commit
21c35aabf4
|
@ -91,7 +91,7 @@ void StreamLogger::ProcessLogEntry(std::ostream& stream, bool tty, const LogEntr
|
|||
if (tty)
|
||||
stream << "\x1b[0m"; // clear colors
|
||||
|
||||
stream << std::endl;
|
||||
stream << "\n";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue