remove exc_info from LOG.exception (#246)

This commit is contained in:
Shuchang Zheng 2024-04-30 00:27:32 -07:00 committed by GitHub
parent 45d11e5a7f
commit b6a85cf3a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 20 additions and 22 deletions

View file

@ -192,7 +192,6 @@ class WorkflowService:
LOG.exception(
f"Error while executing workflow run {workflow_run.workflow_run_id}",
workflow_run_id=workflow_run.workflow_run_id,
exc_info=True,
)
await self.mark_workflow_run_as_failed(workflow_run_id=workflow_run.workflow_run_id)
raise e