gunnar: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.13, 1.14

cvs at kolab.org cvs at kolab.org
Tue Nov 27 15:21:17 CET 2007


Author: gunnar

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

Modified Files:
	resmgr.conf.template.in 
Log Message:
kolab/issue2177 (Better logging in kolabfilter and kolabmailboxfilter)

Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- resmgr.conf.template.in	27 Nov 2007 12:35:23 -0000	1.13
+++ resmgr.conf.template.in	27 Nov 2007 14:21:15 -0000	1.14
@@ -152,7 +152,14 @@
 /* Temporary data storage for the scripts */
 $conf['filter']['tempdir'] = '@resmgr_tmpdir@';
 
-/* Horde::Log configuration */
+/* PHP error logging */
+$conf['filter']['error_log'] = '@resmgr_logdir@/fatal.log';
+
+/* Horde::Log configuration
+ *
+ * PEAR_LOG_INFO is the suggested setting for tracking what happens to
+ * your mails in the filters.
+ */
 $conf['log']['enabled']          = true;
 $conf['log']['priority']         = PEAR_LOG_DEBUG; // Leave this on DEBUG for now. We just restructured the package...
 $conf['log']['type']             = 'file';





More information about the commits mailing list