[Twisted-Python] Python logging with Twisted
I like Python logging module and I didn't feel comfortable with twisted log. So I was really happy to find the new PythonLoggingObserver in twisted last release. I wrote few modules that came in handy: 1) a NetworkHandler that uses a twisted connection to work with PythonLoggingObserver 2) a log server that offers a centralized log storage service to distributed twisted processes that connect to it via that NetworkHandler 3) a GUI to manage log files browsing and interactive dynamic configuration of logging behavior of any process connected to the server. I released them as a `twlogging` package on: http://sourceforge.net/projects/twlogging/ hoping that my work could be useful to someone else! Licia
On Sun, May 11, 2008 at 10:13 AM, IloChab <ilochab@gmail.com> wrote:
I like Python logging module and I didn't feel comfortable with twisted log. So I was really happy to find the new PythonLoggingObserver in twisted last release.
I wrote few modules that came in handy: 1) a NetworkHandler that uses a twisted connection to work with PythonLoggingObserver
This bit sounds generic enough that it might be useful to add to Twisted. Interested in submitting a patch? jml
2008/5/11 Jonathan Lange <jml@mumak.net>:
On Sun, May 11, 2008 at 10:13 AM, IloChab <ilochab@gmail.com> wrote:
I like Python logging module and I didn't feel comfortable with twisted log. So I was really happy to find the new PythonLoggingObserver in twisted last release.
I wrote few modules that came in handy: 1) a NetworkHandler that uses a twisted connection to work with PythonLoggingObserver
This bit sounds generic enough that it might be useful to add to Twisted. Interested in submitting a patch? <http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python>
I'd be pleased, but I don't know how to do it. L.
On Sun, May 11, 2008 at 8:48 PM, IloChab <ilochab@gmail.com> wrote:
2008/5/11 Jonathan Lange <jml@mumak.net>:
On Sun, May 11, 2008 at 10:13 AM, IloChab <ilochab@gmail.com> wrote:
I like Python logging module and I didn't feel comfortable with twisted log. So I was really happy to find the new PythonLoggingObserver in twisted last release.
I wrote few modules that came in handy: 1) a NetworkHandler that uses a twisted connection to work with PythonLoggingObserver
This bit sounds generic enough that it might be useful to add to Twisted. Interested in submitting a patch?
I'd be pleased, but I don't know how to do it.
The short answer is "File a bug and then attach some diffs to that bug." The longer answer is: - Go to twistedmatrix.com - Log in / create an account - Click on "New ticket" - Describe the feature that you are adding - Attach the relevant files. In general, we only land code that has thorough test coverage. We can help you write the tests if you haven't done much automated testing before. There's a page for new contributors here: http://twistedmatrix.com/trac/wiki/ContributingToTwistedLabs ... that said, I notice that it doesn't say how to submit patches. still-high-on-dvcs-ly yrs, jml
participants (2)
-
IloChab
-
Jonathan Lange