Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8687ae0

Browse files
Fix context data and display extra data
1 parent 1c4feac commit 8687ae0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ private function displayLog(OutputInterface $output, int $clientId, array $recor
164164
$record['channel'],
165165
Level::fromValue($record['level']),
166166
$record['message'],
167-
$record['context']->getContext(),
167+
$record['context']->getValue(true),
168+
$record['extra']->getValue(true),
168169
);
169170
}
170171

0 commit comments

Comments
 (0)