metaodi / osmapi

Python wrapper for the OpenStreetMap API
http://osmapi.metaodi.ch/
GNU General Public License v3.0
213 stars 41 forks source link

Use python `logging` instead of debug=True #131

Closed metaodi closed 2 years ago

metaodi commented 2 years ago

Using the standard logging mechanism of Python should improve the usage of this library in different contexts.

Make sure the README is adapted for this change and the different logging levels are explained. Maybe even add an example to show log messages.