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

Use setLevel to restore logger level in capture_logs #2350

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

noamkush
Copy link
Contributor

This replaces the direct assignment of the logger level in capture_logs. This causes an issue due to internal caching in the logging module, which is not refreshed when assigning directly.

@liZe
Copy link
Member

liZe commented Jan 14, 2025

Thank you!

@liZe liZe added this to the 64.0 milestone Jan 14, 2025
@liZe liZe added the bug Existing features not working as expected label Jan 14, 2025
@liZe liZe merged commit 46a2f3a into Kozea:main Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Existing features not working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants