gunnar: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.41, 1.42

cvs at kolab.org cvs at kolab.org
Fri Jul 16 00:01:28 CEST 2010


Author: gunnar

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

Modified Files:
	resmgr.conf.template.in 
Log Message:
Reduced amount of logging in the Kolab_Filter package.

Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- resmgr.conf.template.in	15 Apr 2010 14:45:38 -0000	1.41
+++ resmgr.conf.template.in	15 Jul 2010 22:01:26 -0000	1.42
@@ -217,6 +217,7 @@
 
 /* Do not record login attempts */
 $conf['auth']['params']['login_block'] = false;
+$conf['umask'] = false;
 
 /* Set some configuration values for Horde_Secret:: */
 $conf['session']['timeout'] = 0;
@@ -230,7 +231,7 @@
  * 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']['priority']         = PEAR_LOG_INFO; // 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']['name']             = '@resmgr_log_name at .'.getmypid();





More information about the commits mailing list