mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-18 18:20:36 +03:00
sync code
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user