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: ensure setup_logging does not modify the root logger #1127

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

My-laniaKeA
Copy link

Issue
Attempting to log after executing pipeline.run() may result in an error. This issue arises due to setup_logging(), which modifies the root logger using getLogger(), potentially causing unintended side effects.

Proposed fix
Modify setup_logging() to ensure it configures a dedicated logger for the pipeline.

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.

1 participant