Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #96181 > unrolled thread

Getting response over logging socket

Started byLarry Martell <larry.martell@gmail.com>
First post2015-09-09 06:37 -0400
Last post2015-09-09 06:37 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Getting response over logging socket Larry Martell <larry.martell@gmail.com> - 2015-09-09 06:37 -0400

#96181 — Getting response over logging socket

FromLarry Martell <larry.martell@gmail.com>
Date2015-09-09 06:37 -0400
SubjectGetting 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?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web