gunnar: server/php-kolab/Kolab_Freebusy/templates/Kolab_FreeBusy-0.1.7 freebusy.conf.template, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Fri Jul 16 22:59:23 CEST 2010


Author: gunnar

Update of /kolabrepository/server/php-kolab/Kolab_Freebusy/templates/Kolab_FreeBusy-0.1.7
In directory doto:/tmp/cvs-serv1972/templates/Kolab_FreeBusy-0.1.7

Modified Files:
	freebusy.conf.template 
Log Message:
Reduce log output.

Index: freebusy.conf.template
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Freebusy/templates/Kolab_FreeBusy-0.1.7/freebusy.conf.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- freebusy.conf.template	22 Jun 2010 23:29:47 -0000	1.1
+++ freebusy.conf.template	16 Jul 2010 20:59:21 -0000	1.2
@@ -44,7 +44,7 @@
 
 /* Horde::Log configuration */
 $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;
 $conf['log']['type']             = '@@@freebusy_log_type@@@';
 $conf['log']['name']             = '@@@freebusy_log_name@@@';
 $conf['log']['ident']            = 'Kolab Free/Busy';
@@ -104,6 +104,7 @@
 $conf['auth']['params']['login_block'] = 0;
 $conf['auth']['checkbrowser']          = false;
 $conf['auth']['checkip']               = false;
+$conf['umask'] = false;
 
 /* Allow special users to log into the system */
 $conf['kolab']['imap']['allow_special_users'] = true;





More information about the commits mailing list