Python XMLRPC question

Falcolas garrickp at gmail.com
Tue Oct 13 17:07:10 EDT 2009


On Oct 13, 2:22 pm, "Gabriel Genellina" <gagsl-... at yahoo.com.ar>
wrote:
> En Tue, 13 Oct 2009 16:55:09 -0300, Falcolas <garri... at gmail.com> escribió:
[snip]
> > Looks like the simplest way to change that would be to inherit from
> > the SimpleXMLRPCRequestHandler class and implement your own
> > log_request method. You could then pass that to the SimpleXMLRPCServer
> > constructor.
>
> I think it's easier to pass logRequests=False when creating the server.
>
> --
> Gabriel Genellina

Indeed - I should probably be more explicit that my thoughts were
aimed at logging into their own file.

Garrick



More information about the Python-list mailing list