Ocean-Data-Lab / ooipy

Python library and demo code for processing and visualization of data from Ocean Observatories Initiative (OOI)
https://ooipy.readthedocs.io/en/latest/
MIT License
15 stars 8 forks source link

Switch to light weight logger from conditional print statements? #180

Open jdduprey opened 6 months ago

jdduprey commented 6 months ago

Switching to loguru would add a dependency, but also allow us to get rid of all the "verbose" argument piping. Instead of setting verbose the user could set a desired log level.