Skip to content

Commit 8bb3ffd

Browse files
[12.x] Structural improvement (#86)
Improve Readability of stderr Log Channel Configuration
1 parent 6fa726e commit 8bb3ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/logging.php

+2-2
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)