Skip to content

Commit 177e05b

Browse files
authored
Add log level config value to stderr channel (laravel#5558)
1 parent 89b1544 commit 177e05b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/logging.php

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474

7575
'stderr' => [
7676
'driver' => 'monolog',
77+
'level' => env('LOG_LEVEL', 'debug'),
7778
'handler' => StreamHandler::class,
7879
'formatter' => env('LOG_STDERR_FORMATTER'),
7980
'with' => [

0 commit comments

Comments
 (0)