Skip to content

Commit

Permalink
add logging to help debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Nov 15, 2024
1 parent 1c0b2c9 commit 9cdda69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nmdc_automation/workflow_automation/watch_nmdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def cycle(self):
)
if validation_report.results:
logger.error(f"Validation error: {validation_report.results[0].message}")
logger.error(job_dict)
continue

# post workflow execution and data objects to the runtime api
Expand Down

0 comments on commit 9cdda69

Please sign in to comment.