perl/modules/W3C/LogValidator/samples logprocess.conf,1.17,1.18

Update of /sources/public/perl/modules/W3C/LogValidator/samples
In directory hutz:/tmp/cvs-serv25240/samples

Modified Files:
	logprocess.conf 
Log Message:
adding QuietIfNoReport option - preparing for 0.5

Index: logprocess.conf
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/samples/logprocess.conf,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- logprocess.conf	10 Aug 2004 05:20:33 -0000	1.17
+++ logprocess.conf	10 Nov 2004 00:16:47 -0000	1.18
@@ -77,7 +77,12 @@
 ##  General Log Validator config  ##
 ##                                ##
 ####################################
-
+## QuietIfNoReport : If there is nothing to report (i.e the report table is empty,
+## which can be the case if everything is valid or the log file is blank,
+## The final output will be muted. This can be useful to avoid spammy mail output
+## NOTE: this has nothing to do with verbosity, only for the final report
+## DEFAULT = 0 [ output not muted] - set to 1 to make quiet
+# QuietIfNoReport 0
 
 ##  EntriesPerLogFile : How many log entries do we process per log file? ##
 ##
@@ -218,7 +223,7 @@
 
 ## verbose: amount of output when running Log Validator
 ##
-## verbosity is set up for the whole Log Validator frm the command line
+## verbosity is set up for the whole Log Validator from the command line
 ##   but if you want a specific verbosity for a specific module, override the setting here
 ## DEFAULT = global value of verbose
 # verbose 0

Received on Wednesday, 10 November 2004 00:16:49 UTC