SimpleXMLRPCServer - turn of output

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • codecraig

    #1

    SimpleXMLRPCServer - turn of output

    Hi,
    I have a simple script which starts a SimpleXMLRPCSer ver. 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

Working...