log for authentication on API

This commit is contained in:
Nicolas Lœuillet
2015-02-09 22:07:39 +01:00
parent 0ac38198ab
commit 2a94b1d1b7
7 changed files with 45 additions and 20 deletions

View File

@ -21,6 +21,8 @@
class="Wallabag\CoreBundle\Security\Firewall\WsseListener" public="false">
<argument type="service" id="security.context"/>
<argument type="service" id="security.authentication.manager" />
<argument type="service" id="logger" />
<tag name="monolog.logger" channel="wsse" />
</service>
</services>