Fix issues

This commit is contained in:
JCW
2025-08-28 23:04:56 +01:00
parent b5c4fd4c51
commit 52becffa48
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)
{