Skip to content

Commit 767801a

Browse files
committed
working on formatting
1 parent 7259c26 commit 767801a

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
APP_ENV=local
2+
APP_KEY=SomeRandomString
23
APP_DEBUG=true
34
APP_LOG_LEVEL=debug
4-
APP_KEY=SomeRandomString
55
APP_URL=http://localhost
66

77
DB_CONNECTION=mysql

config/app.php

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,6 @@
2828

2929
'debug' => env('APP_DEBUG', false),
3030

31-
/*
32-
|--------------------------------------------------------------------------
33-
| Application Log Level
34-
|--------------------------------------------------------------------------
35-
|
36-
| By default, Laravel will write all log messages to its log file. You
37-
| can specify the minimum log level by setting this value to one of
38-
| the logging levels defined in RFC 5424 and Laravel will log all
39-
| messages greater than or equal to the configured log level.
40-
|
41-
*/
42-
43-
'log_level' => env('APP_LOG_LEVEL', 'debug'),
44-
4531
/*
4632
|--------------------------------------------------------------------------
4733
| Application URL
@@ -124,6 +110,8 @@
124110

125111
'log' => env('APP_LOG', 'single'),
126112

113+
'log_level' => env('APP_LOG_LEVEL', 'debug'),
114+
127115
/*
128116
|--------------------------------------------------------------------------
129117
| Autoloaded Service Providers

0 commit comments

Comments
 (0)