Skip to content

Commit

Permalink
Replace monolog.logger by logger on CleverAge\RestProcessBundle\Task\…
Browse files Browse the repository at this point in the history
…RequestTaskto use cleverage_process_task channel instead of app channel.
  • Loading branch information
clever-age-gtonon committed Dec 3, 2024
1 parent f67c1f2 commit eb8e6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
class: CleverAge\RestProcessBundle\Task\RequestTask
public: false
arguments:
- '@monolog.logger'
- '@logger'
- '@cleverage_rest_process.registry.client'
tags:
- { name: monolog.logger, channel: cleverage_process_task }
Expand Down

0 comments on commit eb8e6e2

Please sign in to comment.