sync code

This commit is contained in:
Ned Wright
2025-08-08 11:06:28 +00:00
parent dd19bf6158
commit da20943c09
145 changed files with 4157 additions and 1016 deletions

View File

@@ -37,6 +37,7 @@ FogStream::sendLog(const Report &log)
ScopedContext ctx;
ctx.registerValue<bool>("Obfuscate log field", true);
dbgTrace(D_REPORT) << "Sending log to fog";
LogRest rest(log);
i_msg->sendAsyncMessage(HTTPMethod::POST, fog_log_uri, rest, MessageCategory::LOG);
}