- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Wed, 10 Nov 2004 00:16:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator In directory hutz:/tmp/cvs-serv25240/lib/W3C/LogValidator Modified Files: Config.pm Log Message: adding QuietIfNoReport option - preparing for 0.5 Index: Config.pm =================================================================== RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator/Config.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Config.pm 10 Sep 2004 00:41:24 -0000 1.7 +++ Config.pm 10 Nov 2004 00:16:47 -0000 1.8 @@ -97,6 +97,11 @@ { $conf{LogProcessor}{EntriesPerLogfile}=100000; } + # parameter muting the final report if nothing interesting to say + if (!exists $conf{LogProcessor}{QuietIfNoReport}) + { + $conf{LogProcessor}{QuietIfNoReport}=0; # not muted by default + } }
Received on Wednesday, 10 November 2004 00:16:49 UTC