Skip to content
Snippets Groups Projects
Commit 8b376297 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8887: logging

parent a6411926
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,8 @@ class ResourceAssigner(): ...@@ -120,7 +120,8 @@ class ResourceAssigner():
# insert new task and specification in the radb # insert new task and specification in the radb
# any existing specification and task with same otdb_id will be deleted automatically # any existing specification and task with same otdb_id will be deleted automatically
logger.info('doAssignment: insertSpecification startTime=%s endTime=%s' % (startTime, endTime)) logger.info('doAssignment: insertSpecification momId=%s, otdb_id=%s, status=%s, taskType=%s, startTime=%s, endTime=%s' %
(momId, otdb_id, status, taskType, startTime, endTime))
result = self.radbrpc.insertSpecificationAndTask(momId, otdb_id, status, taskType, startTime, endTime, str(mainParset)) result = self.radbrpc.insertSpecificationAndTask(momId, otdb_id, status, taskType, startTime, endTime, str(mainParset))
if not result['inserted']: if not result['inserted']:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment