From 5040c5568f66d90e4dc8fdf98d84b1d58bb5544c Mon Sep 17 00:00:00 2001 From: brenosilva Date: Thu, 6 Jan 2011 14:44:00 +0000 Subject: [PATCH] MODSEC-70 change loglevel to 3 --- apache2/apache2_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache2/apache2_io.c b/apache2/apache2_io.c index cb883adc..16a8f02a 100644 --- a/apache2/apache2_io.c +++ b/apache2/apache2_io.c @@ -409,9 +409,9 @@ static apr_status_t send_of_brigade(modsec_rec *msr, ap_filter_t *f) { rc = ap_pass_brigade(f->next, msr->of_brigade); if (rc != APR_SUCCESS) { /* TODO: These need to move to flags in 2.6. For now log them - * at level 4 so that they are not confusing users. + * at level 3 so that they are not confusing users. */ - int log_level = 4; + int log_level = 3; if (msr->txcfg->debuglog_level >= log_level) { switch(rc) {