|
|
Choosing A Webhost: |
mantisbt config_defaults_inc.php,1.262,1.263 core.php,1.40,1.41: msg#00037bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18418 Modified Files: config_defaults_inc.php core.php Log Message: Added system logging API (logging_api.php) defaulted off Index: core.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/core.php,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- core.php 26 Apr 2005 17:35:08 -0000 1.40 +++ core.php 13 May 2005 22:02:54 -0000 1.41 @@ -81,6 +81,7 @@ require_once( $t_core_path.'config_api.php' ); require_once( $t_core_path.'timer_api.php' ); + require_once( $t_core_path.'logging_api.php' ); # load utility functions used by everything else require_once( $t_core_path.'utility_api.php' ); Index: config_defaults_inc.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/config_defaults_inc.php,v retrieving revision 1.262 retrieving revision 1.263 diff -u -d -r1.262 -r1.263 --- config_defaults_inc.php 13 May 2005 00:14:37 -0000 1.262 +++ config_defaults_inc.php 13 May 2005 22:02:53 -0000 1.263 @@ -1364,6 +1364,16 @@ # allowing you to see the errors. # Only turn this option on for debugging $g_stop_on_errors = OFF; + + # --- system logging --- + # This controls the logging of information to a separate file for debug or audit + # $g_log_level controls what information is logged + # it is formed by ORing constants like LOG_EMAIL | LOG_PROJECT + # see constant_inc for details on the log channels + # $g_log_destination specifies where the data goes + # right now, only "file:<file path>" is supported + $g_log_level = 0; + $g_log_destination = ''; ################## # Custom Fields ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | mantisbt/core logging_api.php,NONE,1.1 constant_inc.php,1.46,1.47 email_api.php,1.115,1.116, Glenn Henshaw |
|---|---|
| Next by Date: | mantisbt file_download.php,1.34,1.35, Glenn Henshaw |
| Previous by Thread: | mantisbt/core logging_api.php,NONE,1.1 constant_inc.php,1.46,1.47 email_api.php,1.115,1.116, Glenn Henshaw |
| Next by Thread: | mantisbt file_download.php,1.34,1.35, Glenn Henshaw |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |