Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] Split loggers debug compiler pass#48041
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
d93eb06 to3f17d62Comparemaxbeckers commentedOct 29, 2022
This would be a BC break or am I wrong? |
MatTheCat commentedOct 29, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@maxbeckers how? Are compiler passes configurators part of Symfony’s public API? |
maxbeckers commentedOct 29, 2022
My two thoughts were renaming the class and changing the priorities. It's only debug compiler passes, but wanted to at least note it. That's why I'm not sure if it's a BC break or not. |
MatTheCat commentedNov 5, 2022
@fabpot I see you changed the milestone to 6.3 but this PR is supposed to be a fix for a feature introduced in 6.2. Is that alright? |
fabpot commentedNov 6, 2022
In that case, 6.2 is indeed the right target. |
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/EnableLoggerDebugModePass.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
980df7a to926f3deComparenicolas-grekas commentedNov 10, 2022
Thank you@MatTheCat. |
As the Monolog and HttpKernel’s loggers have nothing to do with each other I feel like giving each one its own compiler pass is best.