From 746a760a23a123bbf13f86f8d45fe240981da495 Mon Sep 17 00:00:00 2001 From: solidnerd Date: Mon, 17 Apr 2017 09:55:11 +0200 Subject: [PATCH] Add APP_LOGGING This will add an variable for logging types to make it easier to define outside via .env. Signed-off-by: solidnerd --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), /* |--------------------------------------------------------------------------