Changeset 2653 for trunk/system/config/log.php
- Timestamp:
- 05/07/2008 09:38:55 AM (7 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/log.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/log.php
r2156 r2653 13 13 /** 14 14 * Cascading message threshold. 15 * 15 * 16 16 * Log Thresholds: 17 17 * 0 - Disables logging completely 18 18 * 1 - Error Messages (including PHP errors) 19 * 2 - Debug Messages 20 * 3 - Informational Messages 19 * 2 - Application Alert Messages 20 * 3 - Application Informational Messages 21 * 4 - Debug Messages 21 22 */ 22 23 $config['threshold'] = 1;
