]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Enable graby log
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 24 Oct 2015 08:53:55 +0000 (10:53 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 24 Oct 2015 08:53:55 +0000 (10:53 +0200)
src/Wallabag/CoreBundle/Resources/config/services.yml

index e29fcd1f1b9c0c46fddd38cc01a7b342d1e6240c..3c479ff666607b0cce074c14c9c44f81c0b4e16a 100644 (file)
@@ -42,6 +42,10 @@ services:
         class: Graby\Graby
         arguments:
             - { error_message: false }
+        calls:
+            - [ setLogger, [ @logger ] ]
+        tags:
+            - { name: monolog.logger, channel: graby }
 
     wallabag_core.content_proxy:
         class: Wallabag\CoreBundle\Helper\ContentProxy