Skip to content

Commit

Permalink
make logging more concise
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Nov 18, 2024
1 parent 39a028e commit 4238b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmdc_automation/workflow_automation/watch_nmdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def cycle(self):

# post workflow execution and data objects to the runtime api
resp = self.runtime_api_handler.post_objects(job_dict)
logger.info(f"Posted objects response: {resp}")
logger.info(f"Posted Workflow Execution and Data Objects to database: {job.opid} / {job.workflow_execution_id}")

# update the operation record
resp = self.runtime_api_handler.update_operation(
Expand Down

0 comments on commit 4238b08

Please sign in to comment.