mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Changes debuglogs schema to avoid unecessary str allocation
This commit is contained in:
@@ -50,8 +50,8 @@ class DebugLog {
|
||||
const std::string& getDebugLogFile();
|
||||
virtual int getDebugLogLevel();
|
||||
|
||||
private:
|
||||
int m_debugLevel;
|
||||
private:
|
||||
std::string m_fileName;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user