Skip to content
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

Revert logger usage #388

Merged
merged 3 commits into from
Feb 2, 2022
Merged

Revert logger usage #388

merged 3 commits into from
Feb 2, 2022

Conversation

underfisk
Copy link
Contributor

@WonderPanda After confirming with Jay it seems that ConsoleLogger should only be used at a consumer level which means, as the producers need to extend the Logger service. The docs do not explain this for module creators but this is intended and after confirming it I don't believe it is a regression

This will fix #379

@underfisk underfisk self-assigned this Jan 31, 2022
@WonderPanda
Copy link
Collaborator

There are a number of other places where the code was switched to use ConsoleLogger. Do you mind also updating those as well?

@underfisk
Copy link
Contributor Author

There are a number of other places where the code was switched to use ConsoleLogger. Do you mind also updating those as well?

Will do

Removes console logger in favor of Logger in producer modules
@underfisk underfisk merged commit 351b6f0 into master Feb 2, 2022
@underfisk underfisk deleted the fix/custom-logger branch February 2, 2022 01:28
WonderPanda pushed a commit that referenced this pull request Feb 4, 2022
Removes ConsoleLogger in favor of Logger in producer modules

fixes #351
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RabbitMQ logging - Unable to replace RabbitMQ logger with an external logger
2 participants