mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
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)
|
if (tty)
|
||||||
stream << "\x1b[0m"; // clear colors
|
stream << "\x1b[0m"; // clear colors
|
||||||
|
|
||||||
stream << std::endl;
|
stream << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user