Use comment instead due to monolog dependency

This commit is contained in:
Christopher Hertel
2020-12-06 13:39:05 +01:00
committed by GitHub
parent fc2fa5ae67
commit b55805532e
@@ -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']