We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a7764 commit ea8a039Copy full SHA for ea8a039
.env.production
@@ -8,7 +8,7 @@ FORCE_HTTPS=false
8
9
LOG_CHANNEL=stderr
10
LOG_DEPRECATIONS_CHANNEL=null
11
-LOG_LEVEL=debug
+LOG_LEVEL=error
12
13
DB_CONNECTION=mysql
14
DB_HOST=127.0.0.1
config/logging.php
@@ -96,7 +96,7 @@
96
97
'stderr' => [
98
'driver' => 'monolog',
99
- 'level' => env('LOG_LEVEL', 'debug'),
+ 'level' => env('LOG_LEVEL', 'error'),
100
'handler' => StreamHandler::class,
101
'formatter' => env('LOG_STDERR_FORMATTER'),
102
'with' => [
0 commit comments