Log 404 errors.
\Symfony\Component\HttpKernel\Event\ExceptionEvent $event: The event to process.
public function on404(ExceptionEvent $event) { $request = $event->getRequest(); $this->logger ->get('page not found') ->warning('@uri', [ '@uri' => $request->getRequestUri(), ]); }