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

Do not use root logger #8

Merged
merged 4 commits into from
Mar 12, 2025
Merged

Do not use root logger #8

merged 4 commits into from
Mar 12, 2025

Conversation

cbrnr
Copy link
Contributor

@cbrnr cbrnr commented Dec 13, 2024

This package uses the root logger, which makes it hard to customize the logging behavior. Therefore, I suggest to use a package-level logger as implemented in this PR.

@cbrnr
Copy link
Contributor Author

cbrnr commented Mar 6, 2025

Test failures are not caused by changes in this PR, but because Python versions are too old. I suggest to bump the supported Python versions to 3.10–3.13 (but this should probably be done in a separate PR).

@skjerns
Copy link
Collaborator

skjerns commented Mar 6, 2025

Sorry - completely missed this PR somehow. Will look into it.

@skjerns
Copy link
Collaborator

skjerns commented Mar 12, 2025

I've removed the old python versions - you can pull the changes and then the tests should run

@cbrnr
Copy link
Contributor Author

cbrnr commented Mar 12, 2025

I've rebased, once you approve the workflow we'll know!

@skjerns
Copy link
Collaborator

skjerns commented Mar 12, 2025

thanks! looks good

@skjerns skjerns merged commit cf87c33 into Unisens:master Mar 12, 2025
15 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