-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] Configure logger
as error logger if the Monolog Bundle is not registered
#52009
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
Conversation
MatTheCat
commented
Oct 12, 2023
•
edited
Loading
edited
Q | A |
---|---|
Branch? | 5.4 |
Bug fix? | yes |
New feature? | no |
Deprecations? | no |
Tickets | Fix #51910 |
License | MIT |
c35f20e
to
dc7fa89
Compare
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ErrorLoggerCompilerPass.php
Outdated
Show resolved
Hide resolved
dc7fa89
to
df8b364
Compare
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ErrorLoggerCompilerPass.php
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php
Show resolved
Hide resolved
…undle is not registered
34d8ea0
to
b7d25e8
Compare
Thank you @MatTheCat. |
I should be clear, on 6.4.*
|
Seems like a rebase issue: |
PR welcome to fix this. Merging has been hard today. |
I would not know what the fix is. Sorry to hear you have had a hard day with merging, Im totally not looking for support, or a speedy fix at all, just reporting what I found (I appreciate my dev-code is bleeding edge, and thus breaks often). 💰incoming :) |
Thanks for your support! |
Maybe this? #52023 |
…lerPass` (PhilETaylor) This PR was merged into the 6.3 branch. Discussion ---------- [FrameworkBundle] Fix merge error with `ErrorLoggerCompilerPass` | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT `@nicolas`-grekas `@MatTheCat` does this make sense? If I change these 2 lines in 6.4 then my app loads fine. relates to #52009 (comment) This comment from `@HypeMC` #52009 (comment) guided my debugging or am I barking up the wrong tree? Commits ------- 0d418de Fix merge error with ErrorLoggerCompilerPass