From 660e0fc1c4bbec573671eacc1c7098cc338af1ab Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 20 Aug 2013 17:18:48 -0400 Subject: [PATCH] Update app/Config to include all options. --- App/Config/error.php | 1 + 1 file changed, 1 insertion(+) diff --git a/App/Config/error.php b/App/Config/error.php index cab8298cd78..9e87fa8c34d 100644 --- a/App/Config/error.php +++ b/App/Config/error.php @@ -32,6 +32,7 @@ * - `errorLevel` - int - The level of errors you are interested in capturing. * - `trace` - boolean - Whether or not backtraces should be included in * logged errors/exceptions. + * - `log` - boolean - Whether or not you want exceptions logged. * - `exceptionRenderer` - string - The class responsible for rendering * uncaught exceptions. If you choose a custom class you should place * the file for that class in app/Lib/Error. This class needs to implement a render method.