Skip to content

Commit d7c898f

Browse files
Refactor: Structural improvement for clarity (#55018)
1 parent 2367af3 commit d7c898f

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
@@ -98,10 +98,10 @@
9898
'driver' => 'monolog',
9999
'level' => env('LOG_LEVEL', 'debug'),
100100
'handler' => StreamHandler::class,
101-
'formatter' => env('LOG_STDERR_FORMATTER'),
102-
'with' => [
101+
'handler_with' => [
103102
'stream' => 'php://stderr',
104103
],
104+
'formatter' => env('LOG_STDERR_FORMATTER'),
105105
'processors' => [PsrLogMessageProcessor::class],
106106
],
107107

0 commit comments

Comments
 (0)