Adam Litke has uploaded a new change for review. Change subject: Log exceptions when calling irs functions from the XMLRPC Bindings ......................................................................
Log exceptions when calling irs functions from the XMLRPC Bindings 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 do this for the other calls). Change-Id: I4cd630d112ede4aaf2299154209e0abf2a42691f Signed-off-by: Adam Litke <[email protected]> --- M vdsm/API.py M vdsm/BindingXMLRPC.py 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/74/1574/1 -- To view, visit http://gerrit.ovirt.org/1574 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4cd630d112ede4aaf2299154209e0abf2a42691f Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
