Updating the log system with env variable

This commit is contained in:
ARCANEDEV 2015-11-05 15:54:22 +00:00
parent 270f0878a9
commit 9a7145e495
1 changed files with 1 additions and 1 deletions

View File

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