You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #59357 [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPass (nicolas-grekas)
This PR was merged into the 6.4 branch.
Discussion
----------
[HttpKernel] Don't override existing `LoggerInterface` autowiring alias in `LoggerPass`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Something we missed in #24300
Explicit configuration should always have highest precedence, yet LoggerPass ignores the existing autowiring alias at the moment.
Commits
-------
771a79d [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPass
0 commit comments