CADWRDeltaModeling / dms_datastore

Data download and management tools for continuous data for Pandas. See documentation https://cadwrdeltamodeling.github.io/dms_datastore/
https://cadwrdeltamodeling.github.io/dms_datastore/
MIT License
1 stars 0 forks source link

Use logging instead of print to manage verbosity of messages #4

Closed dwr-psandhu closed 11 months ago

dwr-psandhu commented 11 months ago

Description

Logging can be a drop in replacement for print. Furthermore logging can be done to both console and file with different levels of logging so that more detailed logs can exist in file than on console

dwr-psandhu commented 11 months ago

Moved as gently as I could to logging. Some messages are coming from other modules that are outside so will close this issue for now.

kjnam commented 11 months ago

Agreed.