Adds verbose logs to audit logs while deciding or not to save a request

This commit is contained in:
Felipe Zimmerle
2016-02-12 11:51:33 -03:00
parent 77a1dcab9b
commit 362b376acb
2 changed files with 11 additions and 1 deletions

View File

@@ -1213,7 +1213,8 @@ int Transaction::processLogging(int returned_code) {
"saved via auditlog action.");
}
#endif
debug(8, "Checking if this request is relevant to be " \
"part of the audit logs.");
bool saved = this->m_rules->audit_log->saveIfRelevant(this, parts);
if (saved) {
#ifndef NO_LOGS