mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
DebugLogs are now being redirected to the correct files
This commit is contained in:
@@ -28,9 +28,8 @@ CustomDebugLog *CustomDebugLog::new_instance() {
|
||||
}
|
||||
|
||||
|
||||
bool CustomDebugLog::write_log(int level, const std::string& message) {
|
||||
void CustomDebugLog::write(int level, const std::string& message) {
|
||||
m_log << "[" << level << "] " << message << std::endl;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user