]> BookStack Code Mirror - bookstack/blobdiff - config/app.php
Add APP_LOGGING
[bookstack] / config / app.php
index 0c3e1e71c5360ebb63e58587fd0a7c9197ec296c..e70724dce41c9a135492e7c71f40cc313260b6e1 100644 (file)
@@ -100,7 +100,7 @@ return [
     |
     */
 
-    'log' => 'single',
+    'log' => env('APP_LOGGING', 'single'),
 
     /*
     |--------------------------------------------------------------------------
@@ -139,7 +139,7 @@ return [
         Illuminate\Validation\ValidationServiceProvider::class,
         Illuminate\View\ViewServiceProvider::class,
         Illuminate\Notifications\NotificationServiceProvider::class,
-        Laravel\Socialite\SocialiteServiceProvider::class,
+        SocialiteProviders\Manager\ServiceProvider::class,
 
         /**
          * Third Party