Greetings!<br><br>Currently I&#39;m running two daemons that talk to each other over xmlrpc.  <br>One runs an implementation of internet.TCPServer with an xmlrpc.XMLRPC handler.  <br>The other simply uses web.xmlrpc.Proxy.  <br>
<br>In the logs for the first I get a flood of...<br>2009-06-24 15:31:35-0500 [-] 127.0.0.1 - - [24/Jun/2009:20:31:34 +0000] &quot;POST / HTTP/1.0&quot; 200 297 &quot;-&quot; &quot;Twisted/XMLRPClib&quot;<br>In the second...<br>
2009-06-24 16:44:13-0500 [-] Starting factory &lt;twisted.web.xmlrpc._QueryFactory instance at 0x2d9afc8&gt;<br>2009-06-24 16:44:13-0500 [QueryProtocol,client] Stopping factory &lt;twisted.web.xmlrpc._QueryFactory instance at 0x2d9afc8&gt;<br>

<br>Is there a way to disable this?  I saw in the archives that HTTPClientFactory.noisy can be set to False.  Is there something similar for both of these instances?  <br><br>Thanks,<br><br>Dustin<br>