Updating the log system with env variable

This commit is contained in:
ARCANEDEV
2015-11-05 18:08:21 +00:00
parent 270f0878a9
commit 9a7145e495
+1 -1
View File
@@ -95,7 +95,7 @@ return [
|
*/
'log' => 'single',
'log' => env('APP_LOG', 'single'),
/*
|--------------------------------------------------------------------------