mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 09:19:40 +00:00
do not use status as a param in logs - use step_status and task_status (#1705)
This commit is contained in:
parent
0fff7637a2
commit
eb0d4db7ee
2 changed files with 3 additions and 3 deletions
|
@ -685,7 +685,7 @@ class BaseTaskBlock(Block):
|
|||
LOG.warning(
|
||||
f"Task failed with status {updated_task.status}{retry_message}",
|
||||
task_id=updated_task.task_id,
|
||||
status=updated_task.status,
|
||||
task_status=updated_task.status,
|
||||
workflow_run_id=workflow_run_id,
|
||||
workflow_id=workflow.workflow_id,
|
||||
organization_id=workflow_run.organization_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue