Improve log extension to avoid unique messages#1394
Improve log extension to avoid unique messages#1394makasim merged 2 commits intophp-enqueue:masterfrom
Conversation
|
Sending That said, I agree that if it's in context, it could be removed from the main message string. |
|
The thing is that it's an |
|
Right, I see now :) Yeah, definitely looks good to me, just need tests adjusted to the new variant. |
|
Sure, thing. Should be fine now. |
|
Does it look good? Is there anything else I could help to get it merged and released? |
|
@Steveb-p any way to help this move forward? |
|
@makasim could you review this when you have some time? |
Currently the log extension is adding the processed message body to the log message. This creates unique logs, and duplicates the info as it's added in the log context. It's not an issue per se, but if you use Sentry (or similar tools), you receive issues for each message handled with error.
What do you think about excluding it?