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 e57b474

Browse filesBrowse files
Increase priorities of exception listeners
To unlog the managed exceptions since symfony/symfony#27562
1 parent cff85b8 commit e57b474
Copy full SHA for e57b474

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Listener/FormatSubscriber.php

Copy file name to clipboardExpand all lines: Listener/FormatSubscriber.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public static function getSubscribedEvents(): iterable
8282
['onKernelRequest', 1024],
8383
],
8484
KernelEvents::EXCEPTION => [
85-
['onKernelException', 0],
85+
['onKernelException', 10],
8686
],
8787
];
8888
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.