mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
parent
641ff1f33c
commit
41a9b7d5c0
@ -93,7 +93,7 @@ void StreamLogger::ProcessLogEntry(std::ostream& stream, bool tty, const LogEntr
|
|||||||
|
|
||||||
boost::mutex::scoped_lock lock(m_Mutex);
|
boost::mutex::scoped_lock lock(m_Mutex);
|
||||||
|
|
||||||
stream << "[" << timestamp << "] <" << Utility::GetThreadName() << "> ";
|
stream << "[" << timestamp << "] ";
|
||||||
|
|
||||||
if (tty) {
|
if (tty) {
|
||||||
switch (entry.Severity) {
|
switch (entry.Severity) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user