From 0df0c0b366878df9f833fc338e1d0a05b02acabb Mon Sep 17 00:00:00 2001 From: Michael Dyrynda Date: Sat, 11 Jun 2016 06:44:06 +0800 Subject: [PATCH] Add application log level configuration Signed-off-by: crynobone --- fixture/config/app.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fixture/config/app.php b/fixture/config/app.php index 6f02d92..3b17914 100644 --- a/fixture/config/app.php +++ b/fixture/config/app.php @@ -111,6 +111,8 @@ 'log' => 'daily', + 'log_level' => env('APP_LOG_LEVEL', 'debug'), + /* |-------------------------------------------------------------------------- | Autoloaded Service Providers