Merge pull request #3551 from arcanedev-maroc/master

Updating the log system with env variable
This commit is contained in:
Taylor Otwell 2015-11-06 09:23:30 -06:00
commit 8476df5c9e
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
| |
*/ */
'log' => 'single', 'log' => env('APP_LOG', 'single'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------