Updating the log system with env variable
This commit is contained in:
parent
270f0878a9
commit
9a7145e495
|
@ -95,7 +95,7 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'log' => 'single',
|
'log' => env('APP_LOG', 'single'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue