mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 11:16:30 +03:00
Jan_31_2024-Dev
This commit is contained in:
@@ -215,13 +215,11 @@ private:
|
||||
|
||||
LogRest signalHandler_client_rest(message_to_fog);
|
||||
|
||||
Singleton::Consume<I_Messaging>::by<SignalHandler>()->sendObjectWithPersistence(
|
||||
signalHandler_client_rest,
|
||||
I_Messaging::Method::POST,
|
||||
Singleton::Consume<I_Messaging>::by<SignalHandler>()->sendAsyncMessage(
|
||||
HTTPMethod::POST,
|
||||
fog_signalHandler_uri,
|
||||
"",
|
||||
true,
|
||||
MessageTypeTag::REPORT
|
||||
signalHandler_client_rest,
|
||||
MessageCategory::LOG
|
||||
);
|
||||
|
||||
dbgInfo(D_SIGNAL_HANDLER) << "Sent crash log to fog" << endl;
|
||||
|
Reference in New Issue
Block a user