Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96181
| Date | 2015-09-09 06:37 -0400 |
|---|---|
| Subject | Getting response over logging socket |
| From | Larry Martell <larry.martell@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.261.1441795044.8327.python-list@python.org> (permalink) |
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?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Getting response over logging socket Larry Martell <larry.martell@gmail.com> - 2015-09-09 06:37 -0400
csiph-web