Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5226009

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 containsthe bug (seehttps://symfony.com/roadmap for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `master` for features of unreleased versions).-->This follows the update to 5.0 by removing the logging middlewere from the docsCommits-------90ba4de minor: update remove of loggingmiddleware
2 parents2091a26 +90ba4de commit5226009

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)

[8]ページ先頭

©2009-2025 Movatter.jp