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>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -100,7 +100,7 @@ return [ | ... | @@ -100,7 +100,7 @@ return [ |
| 100 | | | 100 | | |
| 101 | */ | 101 | */ |
| 102 | 102 | ||
| 103 | - 'log' => 'single', | 103 | + 'log' => env('APP_LOGGING', 'single'), |
| 104 | 104 | ||
| 105 | /* | 105 | /* |
| 106 | |-------------------------------------------------------------------------- | 106 | |-------------------------------------------------------------------------- | ... | ... |
-
Please register or sign in to post a comment