Fix default error config values.
This commit is contained in:
parent
a6d1449b40
commit
d2d5127fcf
|
@ -14,7 +14,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'detail' => false,
|
||||
'detail' => true,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'log' => true,
|
||||
'log' => false,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue