diff options
author | Nithin <admin@nitmedia.com> | 2011-08-21 22:52:06 +0200 |
---|---|---|
committer | Nithin <admin@nitmedia.com> | 2011-08-21 22:52:06 +0200 |
commit | 333f9f98edeb11915c168ea4a05b9b76d64d9576 (patch) | |
tree | ee219c90b0c957c27994d8c5571ceefa33d48ae2 /application/config | |
parent | 68d1f4c3e216d8490bd1b1d397c31bd51a05ecc4 (diff) |
added ability to log certain error types, not all under a threshold
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/config.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php index 1ec65435e..7554f994a 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -176,6 +176,10 @@ $config['directory_trigger'] = 'd'; // experimental not currently in use | 3 = Informational Messages | 4 = All Messages | +| You can also pass in a array with threshold levels to show individual error types +| +| array(2) = Debug Messages, without Error Messages +| | For a live site you'll usually only enable Errors (1) to be logged otherwise | your log files will fill up very fast. | |