pegler / pytzwhere

python library to look up timezone from lat lng offline
Other
145 stars 54 forks source link

ADD: logging module was added and remove print statements #26

Closed kmohaia-datalicious closed 9 years ago

kmohaia-datalicious commented 9 years ago

The original module had print statements for each static file that was loaded. This resulted in those print statements ending up in my output as I was redirecting stdout, a better way to do it will be to use the logging module to log those events. Hence I added the logging module and replaced the print statements with logging.

cstich commented 9 years ago

Good idea. Thanks for the pull request.