wadda / gps3

Python 2.7 - 3.5 interface to gpsd
MIT License
76 stars 32 forks source link

Change stdout writes to log #18

Open dekomote opened 6 years ago

dekomote commented 6 years ago

https://github.com/wadda/gps3/blob/91adcd7073b891b135b2a46d039ce2125cf09a09/gps3/agps3.py#L61

First of all, thanks for gps3. Really makes using gps with python easier.

I'd like to propose an enhancement: Use logging instead of writing to stdout/stderr. That way, people can tweak output location, levels etc. It's more configurable and all around a better solution imho.