roelderickx/ogr2osm

Root logger should not be used

roelderickx opened this issue · 1 comments

Using the root logger is a bad idea in a library, in stead logging.getLogger(__name__) should be used.

Fixed in version 1.1.1