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


Groups > comp.lang.python > #65558

RE: Logging from a multiprocess application

From "Joseph L. Casale" <jcasale@activenetwerx.com>
Subject RE: Logging from a multiprocess application
Date 2014-02-06 21:38 +0000
References <a4737d4b-d273-4a02-a927-e102f3aeee14@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.6460.1391722734.18130.python-list@python.org> (permalink)

Show all headers | View raw


> Maybe check out logstash (http://logstash.net/).

That looks pretty slick, I am constrained to using something provided by the packaged modules
in this scenario.

I think I have it pretty close except for the fact that the LogRecordStreamHandler from the cookbook
excepts when the sending process ends, aside from the obvious, I am sure there is a more robust
performance oriented approach to this. I've yet to work with the SocketServer module so I am lacking
any experience.

Thanks for the pointer,
jlc

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Logging from a multiprocess application "Joseph L. Casale" <jcasale@activenetwerx.com> - 2014-02-06 18:24 +0000
  Re: Logging from a multiprocess application Mark Betz <betz.mark@gmail.com> - 2014-02-06 11:45 -0800
    RE: Logging from a multiprocess application "Joseph L. Casale" <jcasale@activenetwerx.com> - 2014-02-06 21:38 +0000

csiph-web