added logs for task execution debugging
This commit is contained in:
parent
bbcca82704
commit
b93b2aee50
3 changed files with 15 additions and 3 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue