Ok, So in the XmlRpcStreamServer class there is a line (188):
log.error("execute: Error while performing request", t); which prints the stacktrace to stdout. How can I suppress this then? I do not want this error to be printed, the client handles this error. I can't find a place where I am able to set log parameters. p. -----Original Message----- From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Sent: dinsdag 29 augustus 2006 23:34 To: xmlrpc-dev@ws.apache.org Subject: Re: XML-RPC embedded in Jetty Bellekens, P.A.E. wrote: > I noticed that there are log constructs in the XmlRpcStreamServer class > like: > > log.debug("execute: ->"); > > This can be annoying because these construct catch the error and print > it to stdout instead of rethrowing it. This is a question of configuring the commons-logging framework, isn't it? Jochen P.S: xmlrpc-user is no longer present. Posting to xmlrpc-dev is sufficient --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]