mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 08:06:33 +00:00
Enable graby log
This commit is contained in:
parent
e686b5e6fe
commit
c929c88faf
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ services:
|
||||||
class: Graby\Graby
|
class: Graby\Graby
|
||||||
arguments:
|
arguments:
|
||||||
- { error_message: false }
|
- { error_message: false }
|
||||||
|
calls:
|
||||||
|
- [ setLogger, [ @logger ] ]
|
||||||
|
tags:
|
||||||
|
- { name: monolog.logger, channel: graby }
|
||||||
|
|
||||||
wallabag_core.content_proxy:
|
wallabag_core.content_proxy:
|
||||||
class: Wallabag\CoreBundle\Helper\ContentProxy
|
class: Wallabag\CoreBundle\Helper\ContentProxy
|
||||||
|
|
Loading…
Reference in a new issue