Open
Description
Description
Currently, when using symfony/messenger
, we can not see the message which failed in the logs.
When looking at this :
https://github.com/symfony/symfony/blob/7.3/src/Symfony/Component/Messenger/EventListener/SendFailedMessageToFailureTransportListener.php#L61
The message is not added in the log so when we look at logs. We can't see which message with which data have failed.
The idea is to add the message content to debug easily.
Example
No response