Adds SecRuleEngine state information to the audit logs

This commit is contained in:
Felipe Zimmerle 2015-07-09 16:30:12 -03:00
parent 75a9cfa273
commit 4aa521df65

View File

@ -788,6 +788,10 @@ std::string Assay::to_json(int parts) {
/* producer > connector */
LOGFY_ADD("connector", m_ms->getConnectorInformation().c_str());
/* producer > engine state */
LOGFY_ADD("secrules_engine",
Rules::ruleEngineStateString(m_rules->secRuleEngine));
/* end: producer */
yajl_gen_map_close(g);