mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Yet another fix on the debuglogs merge
This commit is contained in:
parent
cf4deaa3a0
commit
5f60bb5224
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user