Skip to content

Commit 746a760

Browse files
committed
Add APP_LOGGING
This will add an variable for logging types to make it easier to define outside via .env. Signed-off-by: solidnerd <niclas@mietz.io>
1 parent 1a09d88 commit 746a760

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)