Dan Kenigsberg has submitted this change and it was merged. Change subject: clientIF: Log unhandled exception for new Thread ......................................................................
clientIF: Log unhandled exception for new Thread Adding a traceback log for unhandled exceptions, when openning a new thread, so it will not die silently. Since the log in clientIF instance is inaccessible from the decorator, we use the default root logger. Change-Id: I595902fd9d7b62879a4466d4f8deae55a0ed7580 Signed-off-by: Maor Lipchuk <[email protected]> Reviewed-on: http://gerrit.ovirt.org/22812 Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/clientIF.py 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Dan Kenigsberg: Looks good to me, approved Maor Lipchuk: Verified -- To view, visit http://gerrit.ovirt.org/22812 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I595902fd9d7b62879a4466d4f8deae55a0ed7580 Gerrit-PatchSet: 9 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Sergey Gotliv <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
