diff options
Diffstat (limited to 'system/application/config')
-rw-r--r-- | system/application/config/config.php | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/system/application/config/config.php b/system/application/config/config.php index 31094f3b6..3f26d48fa 100644 --- a/system/application/config/config.php +++ b/system/application/config/config.php @@ -142,24 +142,13 @@ $config['time_reference'] = 'local'; /* |-------------------------------------------------------------------------- -| Enable/Disable Error Logging -|-------------------------------------------------------------------------- -| -| If you would like errors or debug messages logged set this variable to -| TRUE (boolean). Note: You must set the file permissions on the "logs" folder -| such that it is writable. -| -*/ -$config['log_errors'] = FALSE; - -/* -|-------------------------------------------------------------------------- | Error Logging Threshold |-------------------------------------------------------------------------- | -| If you have enabled error logging, you can set an error threshold to -| determine what gets logged. Threshold options are: +| You can enable error logging by setting a threshold over zero. The +| threshold determines what gets logged. Threshold options are: | +| 0 = Error logging TURNED OFF | 1 = Error Messages (including PHP errors) | 2 = Debug Messages | 3 = Informational Messages |