71 |
|
common.logger.info('Logging info for job '+ str(id) +': '+str(reason)+'\n written to '+str(fname)+' \n' ) |
72 |
|
else: |
73 |
|
common.logger.info('Logging info for job '+ str(id) +' not retrieved. Tring to get loggingInfo manually') |
74 |
< |
PostMortem.collectLogging(self) |
74 |
> |
PostMortem.collectOneLogging(self,id) |
75 |
|
else: |
76 |
|
common.logger.info('Warning: job # ' + str(id) + ' not killed or aborted! Will get loggingInfo manually ') |
77 |
< |
PostMortem.collectLogging(self) |
77 |
> |
PostMortem.collectOneLogging(self,id) |
78 |
|
return |
79 |
|
|
80 |
|
|