[Messenger] add welcome notice when running the command#29303
[Messenger] add welcome notice when running the command#29303nicolas-grekas merged 1 commit intosymfony:masterfrom
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 |
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-messagesis totally silent: you run it and nothing visible happens.Here is what is displayed with this PR:

Combined with #30539, it gives:
