From: Jeremy Benoist Date: Sat, 24 Oct 2015 08:53:55 +0000 (+0200) Subject: Enable graby log X-Git-Tag: 2.0.0-alpha.1~17^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=c929c88faff654c273f1db94389dcd43cb939bbb;hp=e686b5e6fe37b476d70eeadce34616d65572245b;p=github%2Fwallabag%2Fwallabag.git Enable graby log --- diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml index e29fcd1f..3c479ff6 100644 --- a/src/Wallabag/CoreBundle/Resources/config/services.yml +++ b/src/Wallabag/CoreBundle/Resources/config/services.yml @@ -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