Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ro0NL commentedNov 24, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
? 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? |
dmaicher commentedNov 26, 2018
was also wondering about that recently. There is |
Koc commentedDec 4, 2018
What about adding also some |
weaverryan commentedMar 12, 2019
This bothers me too.
+1 for this
Yea, let's inject
|
ca482d8 toa00e741Comparenicolas-grekas commentedMar 12, 2019
Status: needs review |
weaverryan left a comment
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 OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
a00e741 to673b58bCompare…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
Uh oh!
There was an error while loading.Please reload this page.
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:
