Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7cefad1

Browse filesBrowse files
committed
15874 [HttpKernel] fix xml config 3
1 parent 1603658 commit 7cefad1
Copy full SHA for 7cefad1

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎reference/configuration/framework.rst

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.