Fix issues

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-08-29 22:47:26 +01:00
parent fbacf83334
commit dc344e4114
4 changed files with 10 additions and 10 deletions

View File

@@ -98,7 +98,7 @@ Journal::getNullSink()
//------------------------------------------------------------------------------
std::string
std::string_view
severities::to_string(Severity severity)
{
switch (severity)
@@ -185,7 +185,7 @@ Journal::JsonLogContext::reset(
value = threadIdStream.str();
}
};
thread_local ThreadIdStringInitializer threadId;
thread_local ThreadIdStringInitializer const threadId;
attributes_.SetObject();
if (globalLogAttributes_.has_value())