Skip to content

Commit

Permalink
adjust Dask LogName to (Dask Runner Logs)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Dye <[email protected]>
  • Loading branch information
fiedlerNr9 authored and andrewwdye committed Sep 23, 2024
1 parent 023da4f commit 461e2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteplugins/go/tasks/plugins/k8s/dask/dask.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func (p daskResourceHandler) GetTaskPhase(ctx context.Context, pluginContext k8s
tasklog.Input{
Namespace: job.ObjectMeta.Namespace,
PodName: job.Status.JobRunnerPodName,
LogName: "(User logs)",
LogName: "(Dask Runner Logs)",
TaskExecutionID: taskExecID,
},
)
Expand Down

0 comments on commit 461e2b5

Please sign in to comment.