SimpleXMLRPCServer - disable output

2005-04-14 Thread codecraig
Hi, I thought I posted this, but its been about 10min and hasnt shown up on the group. Basically I created a SimpleXMLRPCServer and when one of its methods gets called and it returns a response to the client, the server prints some info out to the console, such as, localhost - - [14/Apr/2005

Re: SimpleXMLRPCServer - disable output

2005-04-14 Thread Skip Montanaro
codecraig I thought I posted this, but its been about 10min and hasnt codecraig shown up on the group. Patience... codecraig localhost - - [14/Apr/2005 16:06:28] POST /RPC2 HTTP/1.0 200 - codecraig Anyhow, is there a way I can surpress that so its not printed codecraig to

Re: SimpleXMLRPCServer - disable output

2005-04-14 Thread Jeremy Jones
codecraig wrote: Hi, I thought I posted this, but its been about 10min and hasnt shown up on the group. Basically I created a SimpleXMLRPCServer and when one of its methods gets called and it returns a response to the client, the server prints some info out to the console, such as, localhost

Re: SimpleXMLRPCServer - disable output

2005-04-14 Thread codecraig
Jeremy Jones wrote: codecraig wrote: Hi, I thought I posted this, but its been about 10min and hasnt shown up on the group. Basically I created a SimpleXMLRPCServer and when one of its methods gets called and it returns a response to the client, the server prints some info out to the

Re: SimpleXMLRPCServer - disable output

2005-04-14 Thread Jeremy Jones
codecraig wrote: Jeremy Jones wrote: codecraig wrote: Hi, I thought I posted this, but its been about 10min and hasnt shown up on the group. Basically I created a SimpleXMLRPCServer and when one of its methods

Re: SimpleXMLRPCServer - disable output

2005-04-14 Thread codecraig
Jeremy, Thanks for clearing that up. I am so used to java (i.e. foo.setLogRequests(0))...that I forgot I could just do, foo.logRequests = 0. Learning one day at a time :) Thanks. -- http://mail.python.org/mailman/listinfo/python-list