Fix the debuglogs for the regression tests

This commit is contained in:
Felipe Zimmerle
2018-01-03 09:49:20 -03:00
parent c3b19e7f82
commit cd30509f3a
3 changed files with 7 additions and 1 deletions

View File

@@ -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;