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