forked from wallabag/wallabag
Enable graby log
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user