emissions-api / sentinel5dl

Sentinel-5(P) Downloader
https://sentinel5dl.emissions-api.org
MIT License
12 stars 8 forks source link

Use Python Logger #8

Closed lkiesow closed 4 years ago

lkiesow commented 4 years ago

This patch makes the library use Python's logging module to have access to different log levels instead of accepting just a single logging function.

lkiesow commented 4 years ago

This patch conflicts with changes merged into master yesterday. I will fix them later today.

shaardie commented 4 years ago

Looks good. I like that there is now more than one log level