Skip to content

Commit

Permalink
[8.x] Added 'LOG_LEVEL' env variable in .env.example (#5445)
Browse files Browse the repository at this point in the history
* Added 'LOG_LEVEL' env variable in .env.example

Added 'LOG_LEVEL' env variable in .env.example to be consistant with the change in [#5442](#5442)

* Update .env.example

Co-authored-by: Dries Vints <dries@vints.io>
  • Loading branch information
Ali-Shaikh and driesvints committed Oct 9, 2020
1 parent c66546e commit 6bfe683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Expand Up @@ -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
Expand Down

0 comments on commit 6bfe683

Please sign in to comment.