aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/config/services.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-10-24 10:53:55 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-10-24 10:53:55 +0200
commitc929c88faff654c273f1db94389dcd43cb939bbb (patch)
tree9a75c4538812ba9069f948f30f0aa2bb1832eac0 /src/Wallabag/CoreBundle/Resources/config/services.yml
parente686b5e6fe37b476d70eeadce34616d65572245b (diff)
downloadwallabag-c929c88faff654c273f1db94389dcd43cb939bbb.tar.gz
wallabag-c929c88faff654c273f1db94389dcd43cb939bbb.tar.zst
wallabag-c929c88faff654c273f1db94389dcd43cb939bbb.zip
Enable graby log
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/config/services.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/config/services.yml4
1 files changed, 4 insertions, 0 deletions
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:
42 class: Graby\Graby 42 class: Graby\Graby
43 arguments: 43 arguments:
44 - { error_message: false } 44 - { error_message: false }
45 calls:
46 - [ setLogger, [ @logger ] ]
47 tags:
48 - { name: monolog.logger, channel: graby }
45 49
46 wallabag_core.content_proxy: 50 wallabag_core.content_proxy:
47 class: Wallabag\CoreBundle\Helper\ContentProxy 51 class: Wallabag\CoreBundle\Helper\ContentProxy