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:
solidnerd 2017-04-17 09:55:11 +02:00
parent 1a09d88891
commit 746a760a23
No known key found for this signature in database
GPG Key ID: C300D44AB5469BE5

View File

@ -100,7 +100,7 @@ return [
|
*/
'log' => 'single',
'log' => env('APP_LOGGING', 'single'),
/*
|--------------------------------------------------------------------------