I like Python logging module and I didn&#39;t feel comfortable with twisted log.<br>So I was really happy to find the new PythonLoggingObserver in twisted last release.<br><br>I wrote few modules that came in handy:<br>1) a NetworkHandler that uses a twisted connection to work with PythonLoggingObserver<br>
2) a log server that offers a centralized log storage service to distributed twisted processes that connect to it via that NetworkHandler<br>3) a GUI to manage log files browsing and interactive dynamic configuration of logging behavior of any process connected to the server.<br>
<br>I released them as a `twlogging` package on:<br><a href="http://sourceforge.net/projects/twlogging/">http://sourceforge.net/projects/twlogging/</a><br>hoping that my work could be useful to someone else!<br><br>Licia<br>
<br><br>