ndscheduler icon indicating copy to clipboard operation
ndscheduler copied to clipboard

Allow tailing logs and display on web ui

Open wenbinf opened this issue 10 years ago • 3 comments

wenbinf avatar Dec 23 '15 18:12 wenbinf

+1 it would be great to be able to have the log & output of the task to make it easier to diagnostic the issue.

jeremi avatar Jan 08 '16 16:01 jeremi

@wenbinf I added support for storing job result in database on my fork. It uses json to store returned data from job.run. Stacktrace is saved in the result field instead of in description field.

Dont know if this is pr worthy. I think your idea was to save log files for each job. Here is the commit.

table_view failed_modal succeeded_modal

MoshiMoshi0 avatar May 13 '17 14:05 MoshiMoshi0

@devcompl Thanks for the change. Could you send a pull request for this change?

wenbinf avatar May 15 '17 22:05 wenbinf