Getting response over logging socket

Larry Martell larry.martell at gmail.com
Wed Sep 9 06:37:15 EDT 2015


I have an app that uses the logging package with a SocketHandler to
send messages. Now I've been asked to change it so that it can receive
a response for each log message sent. It appears there is no way to do
this with logging package. Is that true? Can I not receive data over a
socket used in a logging handler?



More information about the Python-list mailing list