mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
16 lines
404 B
YAML
16 lines
404 B
YAML
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']
|