mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Merge pull request #1056
This commit is contained in:
@@ -1,2 +1,15 @@
|
||||
services:
|
||||
GitWrapper\GitWrapper: null
|
||||
|
||||
|
||||
# To add logging capabilities use monolog and this configuration:
|
||||
#monolog:
|
||||
# channels:
|
||||
# - 'git'
|
||||
|
||||
#services:
|
||||
# GitWrapper\EventSubscriber\GitLoggerEventSubscriber:
|
||||
# $logger: '@monolog.logger.git'
|
||||
# GitWrapper\GitWrapper:
|
||||
# calls:
|
||||
# - addLoggerEventSubscriber: ['@GitWrapper\EventSubscriber\GitLoggerEventSubscriber']
|
||||
|
||||
Reference in New Issue
Block a user