o2r-project / geoextent

Python library for extrating geospatial extent of files and directories with multiple data formats
https://o2r.info/geoextent/
MIT License
1 stars 4 forks source link

Make logging configurable #68

Closed nuest closed 4 years ago

nuest commented 4 years ago

Should be configurable from from the command line probably with a --verbose option enabling DEBUG level, and from an environment variable GEOEXTENT_LOG_LEVEL=<the level> where a user can set the actual log level manually.

nuest commented 4 years ago

Implemented in #73 though not with level but simply with "on/off" for everything lower than warning.