Skip to content

Commit 9a7145e

Browse files
Updating the log system with env variable
1 parent 270f087 commit 9a7145e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
|
9696
*/
9797

98-
'log' => 'single',
98+
'log' => env('APP_LOG', 'single'),
9999

100100
/*
101101
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)