From d2d5127fcfed8579b4f09f871d79de5687f0be66 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 11 Jul 2011 12:14:06 -0700 Subject: [PATCH] Fix default error config values. --- application/config/error.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/error.php b/application/config/error.php index 360c963e..d0029390 100644 --- a/application/config/error.php +++ b/application/config/error.php @@ -14,7 +14,7 @@ | */ - 'detail' => false, + 'detail' => true, /* |-------------------------------------------------------------------------- @@ -26,7 +26,7 @@ | */ - 'log' => true, + 'log' => false, /* |--------------------------------------------------------------------------