From adda3c39eabbbe9405720b22c51e4848817f0b18 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 19 Oct 2006 16:38:23 +0000 Subject: --- system/application/config/config.php | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'system/application') 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 @@ -140,26 +140,15 @@ $config['function_trigger'] = 'm'; */ $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 -- cgit v1.2.3-24-g4f1b