Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Closed
Labels
Milestone
Description
As of 2.3, we get console events. That means we should refactorcookbook/console/logging.
Instead of the 'hack' in that article, we should use theConsoleEvents::EXCEPTION
event to hook into the exception handling and log it.
More information about the events in the console:http://symfony.com/doc/master/components/console/events.html (you should also interlink to this one in that article)