Skip to content

Commit 62699e7

Browse files
authored
Merge branch 'laravel:main' into main
2 parents 42ba714 + 8bb3ffd commit 62699e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/logging.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@
100100
'driver' => 'monolog',
101101
'level' => env('LOG_LEVEL', 'debug'),
102102
'handler' => StreamHandler::class,
103-
'formatter' => env('LOG_STDERR_FORMATTER'),
104-
'with' => [
103+
'handler_with' => [
105104
'stream' => 'php://stderr',
106105
],
106+
'formatter' => env('LOG_STDERR_FORMATTER'),
107107
'processors' => [PsrLogMessageProcessor::class],
108108
],
109109

0 commit comments

Comments
 (0)