Changeset 3161 for trunk/application
- Timestamp:
- 07/20/2008 11:06:21 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/application/config/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/config/config.php
r3108 r3161 55 55 56 56 /** 57 * Log thresholds: 58 * 0 - Disable logging 59 * 1 - Errors and exceptions 60 * 2 - Warnings 61 * 3 - Notices 62 * 4 - Debugging 63 */ 64 $config['log_threshold'] = 1; 65 66 /** 67 * Message logging directory. 68 */ 69 $config['log_directory'] = APPPATH.'logs'; 70 71 /** 57 72 * Enable or display displaying of Kohana error pages. This will not affect 58 73 * logging. Turning this off will disable ALL error pages.
