Skip to content

Commit cd881dc

Browse files
committed
fix: for now, don't show application logs in dashboard
1 parent 6f77ed2 commit cd881dc

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-codeflare-dashboard/src/controller/dashboard

1 file changed

+1
-1
lines changed

Diff for: plugins/plugin-codeflare-dashboard/src/controller/dashboard/kinds.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const resourcePaths: Record<Kind, string[]> = {
2626
"events/job-status.txt",
2727
"events/pods.txt",
2828
"events/runtime-env-setup.txt",
29-
"logs/job.txt",
29+
// "logs/job.txt",
3030
],
3131
"gpu%": ["resources/gpu.txt"],
3232
"gpumem%": ["resources/gpu.txt"],

0 commit comments

Comments
 (0)