Skip to content

Commit 1f4b951

Browse files
committed
allow per-module log level configuration
1 parent 52532a1 commit 1f4b951

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apache2/modsecurity.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
#include <libxml/tree.h>
2323
#include <libxml/HTMLparser.h>
2424

25+
#ifdef APLOG_USE_MODULE
26+
APLOG_USE_MODULE(security2);
27+
#endif
28+
2529
typedef struct rule_exception rule_exception;
2630
typedef struct rule_exception hash_method;
2731
typedef struct modsec_rec modsec_rec;

0 commit comments

Comments
 (0)