>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #371
Update issue details
Title *
Description
## Issue In engine/orchestrator.py:577, logger message uses wrong format string: ```python logger.exception('Task {task_name} failed with error: ') # Missing f prefix ``` ## Impact Log message won't include actual task name. ## Location engine/orchestrator.py:577 ## Fix Change to: logger.exception(f'Task {task_name} failed with error: ')
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel