mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
12 lines
286 B
YAML
12 lines
286 B
YAML
monolog:
|
|
channels:
|
|
- 'git'
|
|
|
|
services:
|
|
GitWrapper\EventSubscriber\GitLoggerEventSubscriber:
|
|
$logger: '@monolog.logger.git'
|
|
|
|
GitWrapper\GitWrapper:
|
|
calls:
|
|
- addLoggerEventSubscriber: ['@GitWrapper\EventSubscriber\GitLoggerEventSubscriber']
|