gunnar: server/horde/horde conf.php,1.3,1.4

cvs at kolab.org cvs at kolab.org
Sun Aug 5 07:53:10 CEST 2007


Author: gunnar

Update of /kolabrepository/server/horde/horde
In directory doto:/tmp/cvs-serv865/horde

Modified Files:
	conf.php 
Log Message:
Location of the horde log file modified. Fixed  kolab/issue1865.

Index: conf.php
===================================================================
RCS file: /kolabrepository/server/horde/horde/conf.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- conf.php	3 Aug 2007 07:38:08 -0000	1.3
+++ conf.php	5 Aug 2007 05:53:08 -0000	1.4
@@ -29,7 +29,7 @@
 $conf['log']['priority'] = PEAR_LOG_NOTICE;
 $conf['log']['ident'] = 'HORDE';
 $conf['log']['params'] = array();
-$conf['log']['name'] = '/kolab/var/apache2/log/fbview/fbview.log';
+$conf['log']['name'] = '/kolab/var/apache2/log/horde/horde.log';
 $conf['log']['params']['append'] = true;
 $conf['log']['type'] = 'file';
 $conf['log']['enabled'] = true;





More information about the commits mailing list