add organization_id to the Failed to create workflow error log (#905)
This commit is contained in:
@@ -671,7 +671,7 @@ async def create_workflow(
|
|||||||
organization=current_org, request=workflow_create_request
|
organization=current_org, request=workflow_create_request
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
LOG.error("Failed to create workflow", exc_info=True)
|
LOG.error("Failed to create workflow", exc_info=True, organization_id=current_org.organization_id)
|
||||||
raise FailedToCreateWorkflow(str(e))
|
raise FailedToCreateWorkflow(str(e))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user