Skip to content

Commit 9bdd882

Browse files
ravwojdylaclaude
andcommitted
iris: send tail=true for GetTaskLogs RPC
Fixes #3671 — task logs now return the last N lines instead of the first N, matching the existing FetchLogs (process logs) behavior. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c4bdde4 commit 9bdd882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/iris/dashboard/src/components/shared/LogViewer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const taskLogState = props.taskId
4242
id: props.taskId,
4343
maxTotalLines: tailLines.value || undefined,
4444
attemptId: selectedAttemptId.value >= 0 ? selectedAttemptId.value : -1,
45+
tail: true,
4546
}))
4647
: null
4748

0 commit comments

Comments
 (0)