[interchange-cvs] interchange - racke modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Jun 27 10:24:42 EDT 2006


User:      racke
Date:      2006-06-27 14:24:42 GMT
Modified:  .        WHATSNEW-5.5
Modified:  lib/Vend Dispatch.pm
Log:
Avoid cluttering global log file with job run messages.

Revision  Changes    Path
1.10      +2 -0      interchange/WHATSNEW-5.5


rev 1.10, prev_rev 1.9
Index: WHATSNEW-5.5
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW-5.5,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- WHATSNEW-5.5	27 Jun 2006 09:24:35 -0000	1.9
+++ WHATSNEW-5.5	27 Jun 2006 14:24:42 -0000	1.10
@@ -65,6 +65,8 @@
 
 * Added process ID to "Run jobs" and "Finished jobs" log messages for better
   troubleshooting.
+
+* Avoid cluttering global log file with job run messages.
  
 Standard demo
 -------------



1.69      +2 -9      interchange/lib/Vend/Dispatch.pm


rev 1.69, prev_rev 1.68
Index: Dispatch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Dispatch.pm,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- Dispatch.pm	27 Jun 2006 09:24:35 -0000	1.68
+++ Dispatch.pm	27 Jun 2006 14:24:42 -0000	1.69
@@ -1,6 +1,6 @@
 # Vend::Dispatch - Handle Interchange page requests
 #
-# $Id: Dispatch.pm,v 1.68 2006/06/27 09:24:35 racke Exp $
+# $Id: Dispatch.pm,v 1.69 2006/06/27 14:24:42 racke Exp $
 #
 # Copyright (C) 2002-2006 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Dispatch;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.68 $, 10);
+$VERSION = substr(q$Revision: 1.69 $, 10);
 
 use POSIX qw(strftime);
 use Vend::Util;
@@ -714,13 +714,6 @@
 		logGlobal( "Can't find catalog '%s'" , $cat );
 		return undef;
 	}
-
-	#$Vend::Log_suppress = 1;
-
-	unless ($Vend::Quiet) {
-		logGlobal("Run catalog '%s' jobs group=%s", $cat, $job || 'INTERNAL');
-	}
-	#undef $Vend::Log_suppress;
 
 	open_cat($cat);
 








More information about the interchange-cvs mailing list