Adam Litke has uploaded a new change for review.
Change subject: Log exceptions when calling irs functions from XMLRPC ......................................................................
Log exceptions when calling irs functions from XMLRPC
An earlier change I made introduced a bug in API.py that triggered an exception when calling the 'getDeviceList' XMLRPC call. Unfortunately the server-side exception was not logged anywhere (which made debugging more difficult). This patch adds exception logging for irs methods (note: wrapApiMethod already does this for the other calls).
Change-Id: Ifd560d3b110c91f5019c5a6af477926a1fbf1996 Signed-off-by: Adam Litke agl@us.ibm.com --- M vdsm/BindingXMLRPC.py 1 file changed, 6 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/75/1575/1 -- To view, visit http://gerrit.ovirt.org/1575 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange Gerrit-Change-Id: Ifd560d3b110c91f5019c5a6af477926a1fbf1996 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke agl@us.ibm.com