Skip to content

Commit 90ba4de

Browse files
authored
minor: update remove of loggingmiddleware
1 parent c168266 commit 90ba4de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/messenger.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ middleware stack. The component comes with a set of middleware that you can use.
7575
When using the message bus with Symfony's FrameworkBundle, the following middleware
7676
are configured for you:
7777

78-
#. :class:`Symfony\\Component\\Messenger\\Middleware\\LoggingMiddleware` (logs the processing of your messages)
79-
#. :class:`Symfony\\Component\\Messenger\\Middleware\\SendMessageMiddleware` (enables asynchronous processing)
78+
#. :class:`Symfony\\Component\\Messenger\\Middleware\\SendMessageMiddleware` (enables asynchronous processing, logs the processing of your messages if you pass a logger)
8079
#. :class:`Symfony\\Component\\Messenger\\Middleware\\HandleMessageMiddleware` (calls the registered handler(s))
8180

8281
Example::

0 commit comments

Comments
 (0)