Changeset 3161 for trunk/application

Show
Ignore:
Timestamp:
07/20/2008 11:06:21 AM (5 months ago)
Author:
Shadowhand
Message:

Follow up to r3160, forgot config.php

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/config/config.php

    r3108 r3161  
    5555 
    5656/** 
     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/** 
    5772 * Enable or display displaying of Kohana error pages. This will not affect 
    5873 * logging. Turning this off will disable ALL error pages.