-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] Don't log twice with the error handler #17202
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
Conversation
@nicolas-grekas it does not work because kernel.debug is true |
@yapro I also changed the |
@nicolas-grekas now it work, thank you |
I just checkouted this on a 2.8 std-edition: works well in prod and dev (debug on/off) |
61bbcdd
to
5926ff2
Compare
…nicolas-grekas) This PR was merged into the 2.8 branch. Discussion ---------- [FrameworkBundle] Don't log twice with the error handler | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #16980 | License | MIT | Doc PR | - ping @Tobion @yapro does it work as expected with this patch? Commits ------- 5926ff2 [FrameworkBundle] Don't log twice with the error handler
@nicolas-grekas thx you, but why not 2.7 |
I didn't check, does the issue exist on 2.7? |
@nicolas-grekas yes |
@yapro would you like to open the PR on 2.7? |
@nicolas-grekas yes, tnx you |
@nicolas-grekas may be you forget? |
@yapro I guess @nicolas-grekas meant if you wanted to create the PR. :) But never mind I opened #17433 to backport this to Symfony 2.7. |
…nicolas-grekas) This PR was merged into the 2.7 branch. Discussion ---------- [FrameworkBundle] Don't log twice with the error handler | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #16980, #17202 | License | MIT | Doc PR | Commits ------- 90d493e [FrameworkBundle] Don't log twice with the error handler
@xabbuh thx you :) |
ping @Tobion @yapro does it work as expected with this patch?