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

deps(better): Remove loguru, use logging instead #60

Merged
merged 4 commits into from
Jan 22, 2025
Merged

deps(better): Remove loguru, use logging instead #60

merged 4 commits into from
Jan 22, 2025

Conversation

sudoskys
Copy link
Owner

No description provided.

Improved readability by aligning docstring comments with related attributes.
Replaced `loguru` with the built-in `logging` module across the
project to streamline dependencies and simplify logging
configuration. Removed `loguru` from `pyproject.toml` dependencies.

This change reduces external dependencies, potentially enhancing
performance and compatibility.
Switch to using `--frozen-lockfile` for installing dependencies to
ensure consistent and reproducible builds across different environments. 🚀
@sudoskys sudoskys changed the title remove loguru deps(better): Remove loguru, use logging instead Jan 22, 2025
Switch to using `--frozen-lockfile` for installing dependencies to
ensure consistent and reproducible builds across different environments. 🚀
@sudoskys sudoskys merged commit 4f8da04 into main Jan 22, 2025
1 check 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.

Remove application-level logging configuration Reduce the amount of dependencies
1 participant