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.
2 parents cb35620 + 65a5a5a commit aa3b179Copy full SHA for aa3b179
Resources/config/routing.xml
@@ -51,7 +51,6 @@
51
</service>
52
53
<service id="router.default" class="Symfony\Bundle\FrameworkBundle\Routing\Router">
54
- <tag name="monolog.logger" channel="router" />
55
<argument type="service" id="service_container" />
56
<argument>%router.resource%</argument>
57
<argument type="collection">
@@ -67,7 +66,6 @@
67
66
<argument key="matcher_cache_class">%router.cache_class_prefix%UrlMatcher</argument>
68
</argument>
69
<argument type="service" id="router.request_context" on-invalid="ignore" />
70
- <argument type="service" id="logger" on-invalid="ignore" />
71
<call method="setConfigCacheFactory">
72
<argument type="service" id="config_cache_factory" />
73
</call>
0 commit comments