mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Makes auditlog more verbose on debug logs
This commit is contained in:
@@ -274,6 +274,7 @@ bool AuditLog::saveIfRelevant(Transaction *transaction) {
|
||||
bool AuditLog::saveIfRelevant(Transaction *transaction, int parts) {
|
||||
bool saveAnyway = false;
|
||||
if (m_status == OffAuditLogStatus || m_status == NotSetLogStatus) {
|
||||
transaction->debug(5, "Audit log engine was not set.");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user