Merge in SNORT/snort3 from ~SBAIGAL/snort3:reload_log_patch to master
Squashed commit of the following:
commit
ef7e572e265cff4af2a4375c5d469ea6016c455b
Author: Steven Baigal (sbaigal) <sbaigal@cisco.com>
Date: Fri Nov 5 10:34:49 2021 -0400
appid: restore the log of reload detectors complete message
file_path = std::string(ctxt.config.app_detector_dir) + "/../userappid.conf";
ctxt.get_odp_ctxt().get_app_info_mgr().dump_appid_configurations(file_path);
}
+ LogMessage("== reload detectors complete\n");
ReloadTracker::end(ctrlcon);
ctrlcon->respond("== reload detectors complete\n");
}