Changeset 11502 for freepbx/branches
- Timestamp:
- 02/20/11 12:50:04 (2 years ago)
- Files:
-
- freepbx/branches/2.9/libfreepbx.install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/libfreepbx.install.php
r11498 r11502 495 495 $set['options'] .= ', LOG_SQL, SQL'; 496 496 } 497 $set['name'] = 'FreePBX Log Location';498 $set['description'] = "Determine where to send log information if the log is enabled : 'Disable FreePBX Log' is false (AMPDISABLELOG). FILE will send all log messages to the defined 'FreePBX Log File' (FPBX_LOG_FILE). The other settings will send the logs to your System Logging system using the specified log level that can be configured on most systems to determine which system log file to write to.";497 $set['name'] = 'FreePBX Log Routing'; 498 $set['description'] = "Determine where to send log information if the log is enabled ('Disable FreePBX Log' (AMPDISABLELOG) false. There are two places to route the log messages. 'FILE' will send all log messages to the defined 'FreePBX Log File' (FPBX_LOG_FILE). All the other settings will route the log messages to your System Logging subsystem (syslog) using the specified log level. Syslog can be configured to route different levels to different locations. See 'syslog' documentation (man syslog) on your system for more details."; 499 499 $set['emptyok'] = 0; 500 500 $set['readonly'] = 0; … … 551 551 $set['options'] = array('dbug','freepbxlog','off'); 552 552 $set['name'] = 'PHP Error Log Output'; 553 $set['description'] = "Where to send PHP errors, warnings and notices by the FreePBX PHP error handler. Set to 'dbug', they will go to the Debug File regardless of whether dbug Loggin is disalbed or not. Set to ' syslog' will send them to the FreePBX Log. Set to 'off' and they will be ignored.";553 $set['description'] = "Where to send PHP errors, warnings and notices by the FreePBX PHP error handler. Set to 'dbug', they will go to the Debug File regardless of whether dbug Loggin is disalbed or not. Set to 'freepbxlog' will send them to the FreePBX Log. Set to 'off' and they will be ignored."; 554 554 $set['emptyok'] = 0; 555 555 $set['readonly'] = 0;
