mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Adds verbose logs to audit logs while deciding or not to save a request
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user