]> BookStack Code Mirror - bookstack/commitdiff
Add APP_LOGGING 363/head
authorsolidnerd <redacted>
Mon, 17 Apr 2017 07:55:11 +0000 (09:55 +0200)
committersolidnerd <redacted>
Mon, 17 Apr 2017 07:55:11 +0000 (09:55 +0200)
This will add an variable for logging types to make it easier to define outside via .env.

Signed-off-by: solidnerd <redacted>
config/app.php

index bf4f84fc78c362651f32842945948d62db201e3b..e70724dce41c9a135492e7c71f40cc313260b6e1 100644 (file)
@@ -100,7 +100,7 @@ return [
     |
     */
 
-    'log' => 'single',
+    'log' => env('APP_LOGGING', 'single'),
 
     /*
     |--------------------------------------------------------------------------