From 767801a317928ac968bdc34270ccc87b5c41e057 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 4 Jun 2016 09:37:32 -0500 Subject: [PATCH] working on formatting --- .env.example | 2 +- config/app.php | 16 ++-------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/.env.example b/.env.example index 805667d0..67a51b4c 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,7 @@ APP_ENV=local +APP_KEY=SomeRandomString APP_DEBUG=true APP_LOG_LEVEL=debug -APP_KEY=SomeRandomString APP_URL=http://localhost DB_CONNECTION=mysql diff --git a/config/app.php b/config/app.php index 0a83bcc5..7c1987c5 100644 --- a/config/app.php +++ b/config/app.php @@ -28,20 +28,6 @@ 'debug' => env('APP_DEBUG', false), - /* - |-------------------------------------------------------------------------- - | Application Log Level - |-------------------------------------------------------------------------- - | - | By default, Laravel will write all log messages to its log file. You - | can specify the minimum log level by setting this value to one of - | the logging levels defined in RFC 5424 and Laravel will log all - | messages greater than or equal to the configured log level. - | - */ - - 'log_level' => env('APP_LOG_LEVEL', 'debug'), - /* |-------------------------------------------------------------------------- | Application URL @@ -124,6 +110,8 @@ 'log' => env('APP_LOG', 'single'), + 'log_level' => env('APP_LOG_LEVEL', 'debug'), + /* |-------------------------------------------------------------------------- | Autoloaded Service Providers