Nir Soffer has posted comments on this change.

Change subject: sourceRouteThread: log unhandled exceptions
......................................................................


Patch Set 1:

(1 comment)

....................................................
File vdsm/sourceRouteThread.py
Line 42:     def process_IN_CLOSE_WRITE(self, event):
Line 43:         self.process_IN_CLOSE_WRITE_filePath(event.pathname)
Line 44: 
Line 45: 
Line 46: @utils.traceback
Should be @utils.traceback()

If you like to use certain logger:

   @utils.traceback(on="mylogger")
Line 47: def subscribeToInotifyLoop():
Line 48:     logging.debug("sourceRouteThread.subscribeToInotifyLoop started")
Line 49: 
Line 50:     # Subscribe to pyinotify event


-- 
To view, visit http://gerrit.ovirt.org/22670
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I23eaf7a41c8decaea64a392d58ef6ba31f24d795
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Antoni Segura Puimedon <[email protected]>
Gerrit-Reviewer: Nir Soffer <[email protected]>
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to