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
feature #47483 [HttpKernel] Make Logger implement DebugLoggerInterface (MatTheCat)
This PR was squashed before being merged into the 6.2 branch.
Discussion
----------
[HttpKernel] Make Logger implement DebugLoggerInterface
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets | N/A
| License | MIT
| Doc PR | N/A
When starting a new project from a skeleton I was surprised not to see any log in the profiler and error pages. Turns out this depends of the logger implementing `DebugLoggerInterface` but AFAIK this only happen in Monolog’s bridge.
Given the API makes it weird to implement it in userland (see symfony/symfony#47396) would it make sense to provide one by default?
Commits
-------
3be04eddaa [HttpKernel] Make Logger implement DebugLoggerInterface
0 commit comments