mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 14:14:45 +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);
|
||||
|
||||
stream << "[" << timestamp << "] <" << Utility::GetThreadName() << "> ";
|
||||
stream << "[" << timestamp << "] ";
|
||||
|
||||
if (tty) {
|
||||
switch (entry.Severity) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user