dlecocq / nsq-py

Hacking on Python NSQ Bindings
MIT License
44 stars 16 forks source link

make logger optional #54

Closed lambdaq closed 3 years ago

lambdaq commented 3 years ago

By default nsq-py will output tons of INFO on stdout, this patch will avoid this if a prior logger handler has been set.