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>
This commit is contained in:
parent
1a09d88891
commit
746a760a23
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'log' => 'single',
|
||||
'log' => env('APP_LOGGING', 'single'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue