View Issue Details

IDProjectCategoryView StatusLast Update
0006139mantisbtdocumentationpublic2005-09-11 08:12
Reporterpaulfont Assigned Tothraxisp  
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0rc1 
Fixed in Version1.0.0rc2 
Summary0006139: system logging documentation in config_defaults_inc.php
Description

quote:

--- 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 = '';

2 lines of the quoted text above could be improved as follows:

it is formed by ORing constants like LOG_EMAIL | LOG_EMAIL_RECIPIENT

--- LOG_PROJECT does not exist.

$g_log_destination specifies the file where the data goes

--- I was hesitating between directory or file

TagsNo tags attached.

Activities

thraxisp

thraxisp

2005-08-14 14:41

reporter   ~0011202

Updates to the config_defaults_inc.php file have been made to clarify the questions.

config_defaults_inc.php -> 1.282

A section has also been added to the manual covering this.