We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb0e7f17 commit1b7d50eCopy full SHA for 1b7d50e
apache2/re.c
@@ -433,7 +433,7 @@ char *update_rule_target_ex(modsec_rec *msr, msre_ruleset *ruleset, msre_rule *r
433
}
434
#if !defined(MSC_TEST)
435
else {
436
-ap_log_error(APLOG_MARK,APLOG_INFO,0,NULL," ModSecurity: Trying to append variable name [%s] value [%s]",name,value);
+//ap_log_error(APLOG_MARK, APLOG_INFO, 0, NULL, " ModSecurity: Trying to append variable name [%s] value [%s]", name, value);
437
438
#endif
439
match=0;
@@ -501,7 +501,7 @@ char *update_rule_target_ex(modsec_rec *msr, msre_ruleset *ruleset, msre_rule *r
501
502
503
504
-ap_log_error(APLOG_MARK,APLOG_INFO,0,NULL," ModSecurity: Successfully appended variable");
+//ap_log_error(APLOG_MARK, APLOG_INFO, 0, NULL, " ModSecurity: Successfully appended variable");
505
506
507