Skip to content

Commit

Permalink
bug #50944 [FrameworkBundle] Add missing monolog channel tag to the `…
Browse files Browse the repository at this point in the history
…messenger:failed:retry` command (HypeMC)

This PR was merged into the 5.4 branch.

Discussion
----------

[FrameworkBundle] Add missing monolog channel tag to the `messenger:failed:retry` command

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Noticed this while working on #50787, similar to #49843.

Commits
-------

8f30c1e [FrameworkBundle] Add missing monolog channel tag to the `messenger:failed:retry` command
  • Loading branch information
fabpot committed Jul 13, 2023
2 parents b899365 + 8f30c1e commit f57faf3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,10 @@
abstract_arg('Receivers'),
service('messenger.routable_message_bus'),
service('event_dispatcher'),
service('logger'),
service('logger')->nullOnInvalid(),
])
->tag('console.command')
->tag('monolog.logger', ['channel' => 'messenger'])

->set('console.command.messenger_failed_messages_show', FailedMessagesShowCommand::class)
->args([
Expand Down

0 comments on commit f57faf3

Please sign in to comment.