add organization_id to the 'Created new task' log (#779)

This commit is contained in:
Shuchang Zheng
2024-09-06 19:44:29 -07:00
committed by GitHub
parent 2c9b6d908c
commit 6e2e176cef

View File

@@ -191,6 +191,7 @@ class ForgeAgent:
task_id=task.task_id,
url=task.url,
proxy_location=task.proxy_location,
organization_id=organization_id,
)
return task