mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8947 - Adding some logging to better understand whay is happening with the Processes
This commit is contained in:
parent
80b51a7972
commit
f35a16c19e
|
|
@ -46,6 +46,8 @@ class CsProcess(object):
|
|||
matches = len([m for m in proc if m in self.search])
|
||||
if matches == items:
|
||||
self.pid.append(re.split("\s+", i)[1])
|
||||
|
||||
logging.debug("CsProcess:: Searching for process ==> %s and found PIDs ==> %s", self.search, self.pid)
|
||||
return self.pid
|
||||
|
||||
def find(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue