Skip to content

Commit

Permalink
detailed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Nov 18, 2024
1 parent 903b032 commit be9e752
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 @@ -334,6 +334,7 @@ def cycle(self):
)
if validation_report.results:
logger.error(f"Validation error: {validation_report.results[0].message}")
logger.error(f"job_dict: {job_dict}")
continue
else:
logger.info(f"Database object validated for job {job.opid}")
Expand Down

0 comments on commit be9e752

Please sign in to comment.