mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix AuditLog parts selection
This commit is contained in:
@@ -35,7 +35,7 @@ std::string Writer::file_name(const std::string& unique_id) {
|
||||
*
|
||||
*/
|
||||
bool Writer::write(Transaction *transaction, int parts) {
|
||||
std::cout << transaction->toJSON(0) << std::endl;
|
||||
std::cout << transaction->toJSON(parts) << std::endl;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user