Skip to content

Commit b426bee

Browse files
committed
[FrameworkBundle] Add mailer monolog channel on mailer transport definitions
1 parent 28c6718 commit b426bee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/mailer_transports.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
service('http_client')->ignoreOnInvalid(),
3535
service('logger')->ignoreOnInvalid(),
3636
])
37+
->tag('monolog.logger', ['channel' => 'mailer'])
3738

3839
->set('mailer.transport_factory.amazon', SesTransportFactory::class)
3940
->parent('mailer.transport_factory.abstract')

0 commit comments

Comments
 (0)