]> BookStack Code Mirror - bookstack/blobdiff - config/app.php
Add APP_LOGGING
[bookstack] / config / app.php
index bf4f84fc78c362651f32842945948d62db201e3b..e70724dce41c9a135492e7c71f40cc313260b6e1 100644 (file)
@@ -100,7 +100,7 @@ return [
     |
     */
 
-    'log' => 'single',
+    'log' => env('APP_LOGGING', 'single'),
 
     /*
     |--------------------------------------------------------------------------