From e940dd14426c5a725fda70a154fd2bf4bb91ba44 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Thu, 30 Oct 2008 23:03:13 +0000 Subject: add ability to skip N number of bad lines before throwing an error. Will log the bad lines to a log file so they can be preserved --- (limited to 'utility/mod_log_sql.conf') diff --git a/utility/mod_log_sql.conf b/utility/mod_log_sql.conf index f26f113..5b2c0f9 100644 --- a/utility/mod_log_sql.conf +++ b/utility/mod_log_sql.conf @@ -1,5 +1,6 @@ InputDirectory ./logs ErrorLog ./error_log + DBDDriver mysql DBDParams "host=localhost;user=root;dbname=apache_log" Table access_log @@ -9,6 +10,9 @@ LogLevel debug DryRun off Summary on +BadLineFile ./badlines.log +BadLineMax 10 + LogFormatConfig CLF remhost String LogFormatConfig CLF ident String LogFormatConfig CLF user String -- cgit v0.9.2