summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-19 18:38:23 +0200
committeradmin <devnull@localhost>2006-10-19 18:38:23 +0200
commitadda3c39eabbbe9405720b22c51e4848817f0b18 (patch)
treeeb7387a00977f138210793ce2055a6c5664e55d0 /system
parent81a3681c3988697eed7fa850970e78b4d5185c4e (diff)
Diffstat (limited to 'system')
-rw-r--r--system/application/config/config.php17
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