-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[MonologBridge] Fix context data and display extra data #52994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MonologBridge] Fix context data and display extra data #52994
Conversation
No description, no test… I don't really know what to do with this change. 🤷🏻♂️ |
As I told in another PR, tests in this command are difficult. I'm thinking about improving the command to integrate tests more easily. |
@derrabus I added a description and justify why we can't test this command in the PR summary. |
@derrabus PR could be reviewed with the additionals informations added in the PR description ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I'm just wondering: does the --filter
option work with v3?
Thanks for the approve. |
I was wondering about the call to |
Thank you @louismariegaborit. |
Fix the compatibility with Monolog 3. In the PR #52222 we had the compatibility with Monolog 3 but context parameter is incorrect and extra parameter is missing.
No test can be added because testing this command is not possible at this time. Another PR (#53518) was opened to add test on this command.