Skip to content

Commit

Permalink
reduce verbosity of log message
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 2, 2024
1 parent f5657a4 commit 7e0780c
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 @@ -379,7 +379,7 @@ def cycle(self):
resp = self.runtime_api_handler.update_operation(
job.opid, done=True, meta=job.job.metadata
)
logging.info(f"Updated operation {job.opid} response id: {resp}")
logging.info(f"Updated operation {job.opid} response id: {resp['id']}")

for job in failed_jobs:
logger.info(f"Processing failed job: {job.opid}, {job.workflow_execution_id}")
Expand Down

0 comments on commit 7e0780c

Please sign in to comment.