Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96181 > unrolled thread
| Started by | Larry Martell <larry.martell@gmail.com> |
|---|---|
| First post | 2015-09-09 06:37 -0400 |
| Last post | 2015-09-09 06:37 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Getting response over logging socket Larry Martell <larry.martell@gmail.com> - 2015-09-09 06:37 -0400
| From | Larry Martell <larry.martell@gmail.com> |
|---|---|
| Date | 2015-09-09 06:37 -0400 |
| Subject | Getting response over logging socket |
| Message-ID | <mailman.261.1441795044.8327.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web