-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Messenger] add welcome notice when running the command #29303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Messenger] add welcome notice when running the command #29303
Conversation
? So yeah, let Worker/Receiver produce PSR logs. And provide a new ConsoleLogger or "the logger" in the "messenger" channel for that matter from the command? |
was also wondering about that recently. There is |
What about adding also some |
This bothers me too.
+1 for this
Yea, let's inject
|
ca482d8
to
a00e741
Compare
Status: needs review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php
Outdated
Show resolved
Hide resolved
a00e741
to
673b58b
Compare
…d (nicolas-grekas) This PR was merged into the 4.3-dev branch. Discussion ---------- [Messenger] add welcome notice when running the command | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - The current behavior of `./bin/console messenger:consume-messages` is totally silent: you run it and nothing visible happens. Here is what is displayed with this PR:  Combined with #30539, it gives:  Commits ------- 673b58b [Messenger] add welcome notice when running the command
The current behavior of
./bin/console messenger:consume-messages
is totally silent: you run it and nothing visible happens.Here is what is displayed with this PR:

Combined with #30539, it gives:
