Browse Source

Fix default error config values.

Taylor Otwell 13 years ago
parent
commit
d2d5127fcf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/config/error.php

+ 2 - 2
application/config/error.php

@@ -14,7 +14,7 @@ return array(
 	|
 	*/
 
-	'detail' => false,
+	'detail' => true,
 
 	/*
 	|--------------------------------------------------------------------------
@@ -26,7 +26,7 @@ return array(
 	|
 	*/
 
-	'log' => true,
+	'log' => false,
 
 	/*
 	|--------------------------------------------------------------------------