mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Use comment instead due to monolog dependency
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
monolog:
|
|
||||||
channels:
|
|
||||||
- 'git'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
GitWrapper\EventSubscriber\GitLoggerEventSubscriber:
|
GitWrapper\GitWrapper: null
|
||||||
$logger: '@monolog.logger.git'
|
|
||||||
|
|
||||||
GitWrapper\GitWrapper:
|
# To add logging capabilities use monolog and this configuration
|
||||||
calls:
|
# monolog:
|
||||||
- addLoggerEventSubscriber: ['@GitWrapper\EventSubscriber\GitLoggerEventSubscriber']
|
# channels:
|
||||||
|
# - 'git'
|
||||||
|
|
||||||
|
# services:
|
||||||
|
# GitWrapper\EventSubscriber\GitLoggerEventSubscriber:
|
||||||
|
# $logger: '@monolog.logger.git'
|
||||||
|
#
|
||||||
|
# GitWrapper\GitWrapper:
|
||||||
|
# calls:
|
||||||
|
# - addLoggerEventSubscriber: ['@GitWrapper\EventSubscriber\GitLoggerEventSubscriber']
|
||||||
|
|||||||
Reference in New Issue
Block a user