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? -- https://mail.python.org/mailman/listinfo/python-list
- Getting response over logging socket Larry Martell