add database.profile config option.
This commit is contained in:
@@ -2,6 +2,20 @@
|
||||
|
||||
return array(
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Database Query Logging
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| By default, the SQL, bindings, and execution time are logged in an array
|
||||
| for you to review. They can be retrieved via the DB::profile() method.
|
||||
| However, in some situations, you may want to disable logging for
|
||||
| ultra high-volume database work. You can do so here.
|
||||
|
|
||||
*/
|
||||
|
||||
'profile' => true,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Database Connection
|
||||
|
||||
Reference in New Issue
Block a user