From 9a7145e4951bf9b8f5e032e825cf040e6b7026d0 Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Thu, 5 Nov 2015 15:54:22 +0000 Subject: [PATCH] Updating the log system with env variable --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 656f4bb0baa..7dcfe2d0736 100644 --- a/config/app.php +++ b/config/app.php @@ -95,7 +95,7 @@ | */ - 'log' => 'single', + 'log' => env('APP_LOG', 'single'), /* |--------------------------------------------------------------------------