SimpleXMLRPCServer - turn of output

codecraig codecraig at gmail.com
Thu Apr 14 16:07:22 EDT 2005


Hi,
  I have a simple script which starts a SimpleXMLRPCServer.  A client
connects to the server and executes one of the servers methods.  When
the server processes the request and returns it, the server prints some
info out to the console, something like this..

localhost - - [14/Apr/2005 15:47:12] "POST /RPC2 HTTP/1.0" 200 -

Any idea how I can prevent it from printing out?

Thanks




More information about the Python-list mailing list