We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b1544 commit 177e05bCopy full SHA for 177e05b
config/logging.php
@@ -74,6 +74,7 @@
74
75
'stderr' => [
76
'driver' => 'monolog',
77
+ 'level' => env('LOG_LEVEL', 'debug'),
78
'handler' => StreamHandler::class,
79
'formatter' => env('LOG_STDERR_FORMATTER'),
80
'with' => [
0 commit comments