Open Issues Need Help
View All on GitHub Data Science • ETL Tools
Transition to using logging.getLogger 29 days ago
AI Summary: The task involves refactoring the gmft Python library to replace all instances of `print` statements with calls to the `logging.getLogger` method, improving the logging capabilities and addressing issue #65. This requires identifying all `print` statements throughout the codebase and replacing them with appropriate logging calls, ensuring consistent logging levels and message formatting.
Complexity:
3/5
good first issue