Skip to content

Commit ec7be1b

Browse files
authored
Merge pull request #363 from solidnerd/add-env-for-logging
Add APP_LOGGING
2 parents 1a09d88 + 746a760 commit ec7be1b

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
@@ -100,7 +100,7 @@
100100
|
101101
*/
102102

103-
'log' => 'single',
103+
'log' => env('APP_LOGGING', 'single'),
104104

105105
/*
106106
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)