diff --git a/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php b/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php index 42b0701cf61a9..126394ec4c05a 100644 --- a/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php +++ b/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php @@ -164,7 +164,8 @@ private function displayLog(OutputInterface $output, int $clientId, array $recor $record['channel'], Level::fromValue($record['level']), $record['message'], - $record['context']->getContext(), + $record['context']->getValue(true), + $record['extra']->getValue(true), ); }