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: allow loggeradapter in addition to logger in logcollector #1483

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

matsmhans1
Copy link
Contributor

the _log method in LogCollector now checks for either logging.Logger or logging.LoggerAdapter unlike previously were it only allowed the former.

Description

Related Issues

  • Fixes #...
  • Closes #...
  • Resolves #...

Additional Context

the _log method in LogCollector now checks for either logging.Logger or logging.LoggerAdapter unlike previously were it only allowed the former.
Copy link

netlify bot commented Jun 18, 2024

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit b5a9db3
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/6671520086a9e30008dacc01

The _log method in LogCollector now checks for either logging.Logger or logging.LoggerAdapter unlike previously were it only allowed the former.
@rudolfix rudolfix self-requested a review June 18, 2024 17:51
Copy link
Collaborator

@rudolfix rudolfix left a comment

Choose a reason for hiding this comment

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

LGTM!

@rudolfix rudolfix merged commit 14f06e4 into dlt-hub:devel Jun 18, 2024
50 checks passed
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.

2 participants