mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Yet another fix on the debuglogs merge
This commit is contained in:
@@ -371,13 +371,12 @@ class RulesProperties {
|
||||
|
||||
if (from->m_debugLog && to->m_debugLog &&
|
||||
from->m_debugLog->isLogLevelSet()) {
|
||||
if (to->m_debugLog->isLogFileSet() == false) {
|
||||
if (to->m_debugLog->isLogLevelSet() == false) {
|
||||
to->m_debugLog->setDebugLogLevel(
|
||||
from->m_debugLog->getDebugLogLevel());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return amount_of_rules;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user