Skip to content

Exception is logged 3 times on 4.4@dev #33468

Closed
@nicolas-grekas

Description

@nicolas-grekas
symfony new foo --version=next && cd foo
composer req annotations twig maker
bin/console make:controller hello
# throw an exception in the generated controller
symfony serve
# hit the controller and look at the log of the server:
 |ERROR| PHP Uncaught PHP Exception Exception: "boo" at /.../foo/src/Controller/HelloController.php line 15 
 |ERROR| PHP Uncaught Exception: boo 
 |ERROR| PHP Uncaught PHP Exception Exception: "boo" at /.../foo/src/Controller/HelloController.php line 15 

on 4.3, only one line is logged.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions