Skip to content

Commit 8c15254

Browse files
committed
Merge branch 'main' into workos
2 parents f59c585 + 8bb3ffd commit 8c15254

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)