added logs for task execution debugging

This commit is contained in:
Rafael.Timmerberg 2013-12-10 18:00:34 +01:00
commit b93b2aee50
3 changed files with 15 additions and 3 deletions

View file

@ -114,7 +114,9 @@ def main():
logger.error(msg)
exit()
TaskExecutor.Instance()
task = TaskExecutor.Instance()
logger.debug("blah")
#logger.debug("task executor instance :%s", str(task))
job_count = 0
for layout in lin_conf.get_enabled_layouts():