richard: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.35, 1.36

cvs at kolab.org cvs at kolab.org
Fri Jun 5 14:54:04 CEST 2009


Author: richard

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv3202/templates

Modified Files:
	resmgr.conf.template.in 
Log Message:
Include pid in kolabfilter log file. See kolab/issue3661



Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- resmgr.conf.template.in	6 Mar 2009 08:40:56 -0000	1.35
+++ resmgr.conf.template.in	5 Jun 2009 12:54:02 -0000	1.36
@@ -192,7 +192,8 @@
 $conf['log']['priority']         = PEAR_LOG_DEBUG; // Leave this on DEBUG for now. We just restructured the package...
 $conf['log']['type']             = '@resmgr_log_type@';
 $conf['log']['name']             = '@resmgr_log_name@';
-$conf['log']['ident']            = 'Kolab Filter';
+//$conf['log']['name']             = '@resmgr_log_name at .'.getmypid();
+$conf['log']['ident']            = 'Kolab Filter (pid='.getmypid().')';
 $conf['log']['params']['append'] = true;
 
 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!





More information about the commits mailing list