log info over what we got from backend
This commit is contained in:
@@ -2555,6 +2555,11 @@ func getWorkerBackendExecution(auth string, executionId string) (*shuffle.Workfl
|
|||||||
return workflowExecution, err
|
return workflowExecution, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if debug {
|
||||||
|
log.Printf("[INFO] Here is the result we got back from backend: %s", workflowExecution.Results)
|
||||||
|
}
|
||||||
|
|
||||||
|
setWorkflowExecution(context.Background(), *workflowExecution, false)
|
||||||
return workflowExecution, nil
|
return workflowExecution, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user