8000 minor #11619 [Messenger]minor: update remove of loggingmiddleware (Si… · symfony/symfony-docs@5226009 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5226009

Browse files
committed
minor #11619 [Messenger]minor: update remove of loggingmiddleware (Simperfit)
This PR was merged into the master branch. Discussion ---------- [Messenger]minor: update remove of loggingmiddleware <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> This follows the update to 5.0 by removing the logging middlewere from the docs Commits ------- 90ba4de minor: update remove of loggingmiddleware
2 parents 2091a26 + 90ba4de commit 5226009

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)
0