Change in vdsm[master]: vdsm: Add log to sourceRouteThread

mlipchuk at redhat.com mlipchuk at redhat.com
Mon Dec 30 13:12:53 UTC 2013


Maor Lipchuk has posted comments on this change.

Change subject: vdsm: Add log to sourceRouteThread
......................................................................


Patch Set 1:

(1 comment)

....................................................
File vdsm/sourceRouteThread.py
Line 12: configurator = Iproute2()
Line 13: 
Line 14: 
Line 15: class DHClientEventHandler(pyinotify.ProcessEvent):
Line 16:     log = logging.getLogger('vdsm.DHClientEventHandler')
done, why not with vdsm prefix (vdsm.sourceRouteThread)
Line 17:     def process_IN_CLOSE_WRITE_filePath(self, sourceRouteFilePath):
Line 18:         self.log.debug("Responding to DHCP response in %s" %
Line 19:                       sourceRouteFilePath)
Line 20:         with open(sourceRouteFilePath, 'r') as sourceRouteFile:


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I34c73757a0dd4523ded40e8424ed12480ca61727
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Maor Lipchuk <mlipchuk at redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list