Merge in SNORT/snort3 from ~AAVILASE/snort3:third_party_reload_logging to master
Squashed commit of the following:
commit
fd570b5fc85d6b700a4f30ab5ae406e661b84328
Author: Andres Avila <aavilase@cisco.com>
Date: Thu Feb 13 08:40:19 2025 -0500
appid: Adding log while creating third party context to monitor hanging
tp_config.tp_allow_probes = odp_ctxt.tp_allow_probes;
tp_config.tp_appid_profiler_functions = get_tp_appid_profiler_functions();
+ APPID_LOG(nullptr, TRACE_INFO_LEVEL, "Creating third party context!\n");
ThirdPartyAppIdContext* tp_appid_ctxt = self->tp_appid_create_ctxt(tp_config);
if (tp_appid_ctxt == nullptr)
{