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

Fix suboptimal usage of the logging module #132

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Conversation

jnettels
Copy link
Contributor

Each module should create its own logger, to allow calling logger.info() instead of logging.info(). Otherwise this prevents other scripts importing the module from setting their own formatting and levels per imported module. Fixes #129.

Each module should create its own logger, to allow calling
logger.info() instead of logging.info(). Otherwise this
prevents other scripts importing the module from setting
their own formatting and levels per imported module
@jnettels jnettels merged commit c6aeaef into dev Oct 23, 2023
8 of 9 checks passed
@jnettels jnettels deleted the fix/logger-usage branch October 23, 2023 12:57
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.

Suboptimal usage of the logging module
1 participant