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

chore(logger): do not pass logger instances into constructors #354

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

andrewazores
Copy link
Member

Related to #348

No need to pass in logger instances anymore, they can and should just use the LoggerFactory to get an instance for themselves.

@andrewazores andrewazores added chore Refactor, rename, cleanup, etc. breaking change This change (potentially) breaks API compatibility and requires corresponding changes elsewhere safe-to-test labels Feb 22, 2024
Copy link
Contributor

@aali309 aali309 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me.

@andrewazores andrewazores merged commit 5ceb071 into cryostatio:main Feb 22, 2024
10 of 21 checks passed
@andrewazores andrewazores deleted the logger-instances branch February 22, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change This change (potentially) breaks API compatibility and requires corresponding changes elsewhere chore Refactor, rename, cleanup, etc. safe-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants