ndscheduler
ndscheduler copied to clipboard
Allow tailing logs and display on web ui
+1 it would be great to be able to have the log & output of the task to make it easier to diagnostic the issue.
@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.

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