Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #39920 [Console] Fix console logger according to PSR-3 (alex-dev)
This PR was merged into the 4.4 branch. Discussion ---------- [Console] Fix console logger according to PSR-3 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #39050, #29138 | License | MIT `Symfony\Component\HttpKernel\EventListener\ErrorListener` logs non-HTTP exceptions at `LogLevel::CRITICAL`. `Symfony\Component\Messenger\Worker` logs unrecoverable exceptions at `LogLevel::CRITICAL`. `Symfony\Component\Console\EventListener\ErrorListener` logs exceptions at `LogLevel::ERROR`. As per PSR-3, unexpected and unrecoverable exceptions should be logged at `LogLevel::CRITICAL`. Commits ------- 69fcd075eb Fix console logger according to PSR-3
- Loading branch information