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

fix(MLOP-2519): avoid configuring logger at lib level #393

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

lecardozo
Copy link
Contributor

Why? 📖

We should let the users handle logging configurations to avoid unwanted side effects.

What? 🔧

  • removing the butterfree.configs.logger module
  • replacing __logger references to logging.getLogger(__name__)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

@lecardozo lecardozo added the bug Something isn't working label Jan 3, 2025
@lecardozo lecardozo requested a review from a team as a code owner January 3, 2025 18:11
Copy link

sonarqubecloud bot commented Jan 3, 2025

@lecardozo lecardozo changed the title fix: avoid configuring logger at lib level fix(MLOP-2519): avoid configuring logger at lib level Jan 3, 2025
Copy link

@michellyrds michellyrds left a comment

Choose a reason for hiding this comment

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

Nicee!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants