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

misc: Do not fail if LOGLEVEL is not uppercase #1511

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

adamantike
Copy link
Collaborator

The logging.setLevel method expects the log level to be in uppercase. This change ensures that the LOGLEVEL config value is always in uppercase.

The `logging.setLevel` method expects the log level to be in uppercase.
This change ensures that the `LOGLEVEL` config value is always in
uppercase.
Copy link

Test Results

93 tests   93 ✅  27s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 6f5e0a0.

Copy link
Member

@gantoine gantoine left a comment

Choose a reason for hiding this comment

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

mhmm nice

@adamantike adamantike merged commit f539bad into master Jan 20, 2025
8 checks passed
@adamantike adamantike deleted the misc/fix-loglevel-uppercase branch January 20, 2025 11:15
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