We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1603658 commit 7cefad1Copy full SHA for 7cefad1
reference/configuration/framework.rst
@@ -3350,8 +3350,8 @@ Defines what ``log_level`` should be used and what ``status_code`` should be ret
3350
<framework:config>
3351
<framework:exceptions>
3352
<exception id="Symfony\Component\HttpKernel\Exception\BadRequestHttpException">
3353
- <framework:log_level>debug</framework:recipient>
3354
- <framework:status_code>422</framework:recipient>
+ <framework:log_level>debug</framework:log_level>
+ <framework:status_code>422</framework:status_code>
3355
</exception>
3356
</framework:>
3357
<!-- ... -->
0 commit comments