Skip to content

Commit 7cefad1

Browse files
committed
15874 [HttpKernel] fix xml config 3
1 parent 1603658 commit 7cefad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3350,8 +3350,8 @@ Defines what ``log_level`` should be used and what ``status_code`` should be ret
33503350
<framework:config>
33513351
<framework:exceptions>
33523352
<exception id="Symfony\Component\HttpKernel\Exception\BadRequestHttpException">
3353-
<framework:log_level>debug</framework:recipient>
3354-
<framework:status_code>422</framework:recipient>
3353+
<framework:log_level>debug</framework:log_level>
3354+
<framework:status_code>422</framework:status_code>
33553355
</exception>
33563356
</framework:>
33573357
<!-- ... -->

0 commit comments

Comments
 (0)