From: solidnerd Date: Mon, 17 Apr 2017 07:55:11 +0000 (+0200) Subject: Add APP_LOGGING X-Git-Tag: v0.16.0~1^2~8^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/363/head?ds=inline Add APP_LOGGING This will add an variable for logging types to make it easier to define outside via .env. Signed-off-by: solidnerd --- diff --git a/config/app.php b/config/app.php index bf4f84fc7..e70724dce 100644 --- a/config/app.php +++ b/config/app.php @@ -100,7 +100,7 @@ return [ | */ - 'log' => 'single', + 'log' => env('APP_LOGGING', 'single'), /* |--------------------------------------------------------------------------