diff --git a/lib/base/streamlogger.cpp b/lib/base/streamlogger.cpp index 5ff650ffb..163fada07 100644 --- a/lib/base/streamlogger.cpp +++ b/lib/base/streamlogger.cpp @@ -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) {