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

View File

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