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

Simplify logging #25

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Simplify logging #25

merged 1 commit into from
Feb 23, 2024

Conversation

clane9
Copy link
Collaborator

@clane9 clane9 commented Feb 23, 2024

Fixes issues related to overwriting root logger. Simplifies logging approach following best practice (custom logger in each module with inherited settings). Adds a setup_logging() function for setting up loggers in my preferred way. However by default this is only called in the CLI.

Fixes issues related to overwriting root logger. Simplifies logging
approach following best practice (custom logger in each module with
inherited settings). Adds a `setup_logging()` function for setting up
loggers in my preferred way. However by default this is only called in
the CLI.
@clane9 clane9 merged commit c3f4c12 into main Feb 23, 2024
1 check passed
@clane9 clane9 deleted the fix/logging branch February 23, 2024 16:24
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