Show
Ignore:
Timestamp:
02/20/11 12:50:04 (2 years ago)
Author:
p_lindheimer
Message:

Advanced settings clarification

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.9/libfreepbx.install.php

    r11498 r11502  
    495495    $set['options'] .= ', LOG_SQL, SQL'; 
    496496  } 
    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."; 
    499499  $set['emptyok'] = 0; 
    500500  $set['readonly'] = 0; 
     
    551551  $set['options'] = array('dbug','freepbxlog','off'); 
    552552  $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."; 
    554554  $set['emptyok'] = 0; 
    555555  $set['readonly'] = 0;