Merge pull request #3551 from arcanedev-maroc/master
Updating the log system with env variable
This commit is contained in:
commit
8476df5c9e
|
@ -95,7 +95,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'log' => 'single',
|
||||
'log' => env('APP_LOG', 'single'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue