[geeklog-cvs] Auth_Enterprise/Server ServerConfig.php,1.1,1.2

tony at iowaoutdoors.org tony at iowaoutdoors.org
Sun Jul 4 12:55:02 EDT 2004


Update of /var/cvs/Auth_Enterprise/Server
In directory www:/tmp/cvs-serv29079

Modified Files:
	ServerConfig.php 
Log Message:
Added logging options.  All disabled for now as they aren't coded for yet.

Index: ServerConfig.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Server/ServerConfig.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ServerConfig.php	4 Jul 2004 15:22:08 -0000	1.1
--- ServerConfig.php	4 Jul 2004 16:55:00 -0000	1.2
***************
*** 31,34 ****
--- 31,42 ----
  define('AE_PROVIDER_LDAP', 'AELDAPProvider');
  
+ // If you enable hte following options, all exceptions will be logged to the Auth_Enterprise table
+ // ae_log_message
+ $gConf['enableLogging'] = 0;
+ 
+ // We can optionally log the trace when the exception is thrown.  This can take up more space so
+ // we are disabling this be default
+ $gConf['enableLogTrace'] = 1;
+ 
  // This sets the default provider $gConf['defaultProvider'] = AE_PROVIDER_PEAR_DB;
  // This maps application to their provider.




More information about the geeklog-cvs mailing list