mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-22 23:56:29 +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
|
||||
arguments:
|
||||
- { error_message: false }
|
||||
calls:
|
||||
- [ setLogger, [ @logger ] ]
|
||||
tags:
|
||||
- { name: monolog.logger, channel: graby }
|
||||
|
||||
wallabag_core.content_proxy:
|
||||
class: Wallabag\CoreBundle\Helper\ContentProxy
|
||||
|
|
Loading…
Reference in a new issue