diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-21 23:48:35 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-21 23:48:35 +0200 |
commit | d66affd7e518ac4dd21c77e5344680c5217ff5e5 (patch) | |
tree | c0ee437ec6e18ff7809ed02cc1922207985bb8a1 /application/config/config.php | |
parent | 60051f273a4f34f679e7d2627dc7af7f130ac102 (diff) | |
parent | 333f9f98edeb11915c168ea4a05b9b76d64d9576 (diff) |
Merge pull request #253 from chonthu/develop
added ability to log certain error types, not all under a threshold
Diffstat (limited to 'application/config/config.php')
-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. | |