[Users] How to peek inside the XML-RPC

Livnat Peer lpeer at redhat.com
Wed Feb 22 15:28:20 UTC 2012


On 22/02/12 08:36, Deepak C Shetty wrote:
> Hi,
>     Asking this on both the ovirt and vdsm mailing lists.
> 
> What is the right way to get a debug output or dump of the XML-RPC
> that is being sent between ovirt and vdsm, either from the ovirt side
> and/or from the vdsm side ?
> 
> Is there any way of dumping the xml-rpc being sent between ovirt-vdsm
> 
> Any pointers appreciated.
> 

You can try adding in <JBOSS_HOME>/standalone/configuration/standalone.xml

            <logger category="org.apache.commons.httpclient">
                <level name="ALL"/>
            </logger>
	    <logger category="org.apache.xmlrpc">
                <level name="ALL"/>
            </logger>


Livnat


> thanx,
> deepak
> 
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users




More information about the Users mailing list