klynch/python-logstash-handler

blocking

oppianmatt opened this issue · 0 comments

Nice simple logging handler, love it. But the question is does it block on socket communication?

It extends SocketHandler and there is no background socket handler, seems to be done in the main thread. If (or more likely when) a socket a is slow, will this not slow down the application?