Mantis Logo
Mantis Manual
Manual
Configuration

Database
Path
Webserver
Version
Email
Language
Display
Time
JpGraph
Date
News
Default Preferences
Summary
Bugnote
File Upload
HTML
Authentication
Status Settings
Filters
Misc
Colors
Cookies
Database Tables
Speed Optimisation
Reminders
Bug History
Sponsorship
Source Control Integration
Custom Fields
My View Settings
Relationships
System Logging


Partner Links


System Logging
Last Modified: August 14, 2005 14:08PM
(Any)
Description

The system logging interface is used to extract detailed debugging information for the Mantis system. It can also serve as an audit trail for user actions.

$g_log_level This controls the type of logging information recorded. Current values include:

ConstantMeaning
LOG_EMAILlogs issue id, message type and recipients for all emails sent
LOG_EMAIL_RECIPIENTlogs the details of email recipient determination. Each user id is listed as well as why they are added, or deleted from the recipient list

$g_log_destination specifies the file where the log data goes. This file must be writable by the web server userid running mantis. Right now, only "file:<file path>" is supported. For example,
$g_log_destination = 'file:/tmp/mantis_log';
See http://www.php.net/error_log for details.

User Contributed Notes
System Logging
Add Notes About Notes
There are no user contributed notes for this page.
Last updated: Wed, 20 Aug 2008 - 5:11:09

Mantis @ SourceForge