feus4177 / socketIO-client-2

A socket.io client library for Python
http://pypi.python.org/pypi/socketIO-client-2
MIT License
16 stars 15 forks source link

Log to a subdirectory so logging handlers can choose logging levels #7

Closed wilsonge closed 7 years ago

wilsonge commented 7 years ago

https://github.com/invisibleroads/socketIO-client/pull/105 This is a port of this issue which allows handling the logging of the client by applications. Currently we're getting our data pushed out to stdout as a debug which is just a nightmare.

feus4177 commented 7 years ago

Sorry for the slow response.

wilsonge commented 7 years ago

Would you be able to tag a release with this in @feus4177 ?

feus4177 commented 7 years ago

I just released 0.7.5. Let me know if you have any problems installing it, PyPI has changed their API but I think it worked.