mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Fix the debuglogs for the regression tests
This commit is contained in:
@@ -32,6 +32,7 @@ class CustomDebugLog : public modsecurity::debug_log::DebugLog {
|
||||
bool contains(const std::string& pattern);
|
||||
std::string log_messages();
|
||||
std::string error_log_messages();
|
||||
int getDebugLogLevel() override;
|
||||
|
||||
private:
|
||||
std::stringstream m_log;
|
||||
|
Reference in New Issue
Block a user