Fix issues

This commit is contained in:
JCW
2025-08-28 23:04:56 +01:00
parent 98c671cc78
commit 8f37c8a52e
2 changed files with 41 additions and 28 deletions

View File

@@ -584,6 +584,13 @@ public:
}
/** @} */
static void
resetGlobalAttributes()
{
std::lock_guard lock(globalLogAttributesMutex_);
globalLogAttributes_ = std::nullopt;
}
static void
addGlobalAttributes(JsonLogAttributes globalLogAttributes)
{