From 6bfe68365d0ab1301dfae87867814048440d6a78 Mon Sep 17 00:00:00 2001 From: Ali Shaikh Date: Fri, 9 Oct 2020 17:40:20 +0500 Subject: [PATCH] [8.x] Added 'LOG_LEVEL' env variable in .env.example (#5445) * Added 'LOG_LEVEL' env variable in .env.example Added 'LOG_LEVEL' env variable in .env.example to be consistant with the change in [#5442](https://github.com/laravel/laravel/pull/5442) * Update .env.example Co-authored-by: Dries Vints --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index ac748637ae5..7dc51e1ff63 100644 --- a/.env.example +++ b/.env.example @@ -5,6 +5,7 @@ APP_DEBUG=true APP_URL=http://localhost LOG_CHANNEL=stack +LOG_LEVEL=debug DB_CONNECTION=mysql DB_HOST=127.0.0.1