Skip to content

Exception is logged 3 times on 4.4@dev #33468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nicolas-grekas opened this issue Sep 5, 2019 · 3 comments
Closed

Exception is logged 3 times on 4.4@dev #33468

nicolas-grekas opened this issue Sep 5, 2019 · 3 comments

Comments

@nicolas-grekas
Copy link
Member

nicolas-grekas commented Sep 5, 2019

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.

@nicolas-grekas
Copy link
Member Author

/cc @yceruto maybe :)

@yceruto
Copy link
Member

yceruto commented Sep 5, 2019

please, could you check if #33271 already solve the issue?

@fabpot
Copy link
Member

fabpot commented Sep 5, 2019

@yceruto Works better now, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants