From bc9a915a2709fe7c50f826183ce4d2f6b1816052 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Thu, 9 Nov 2023 18:01:47 -0500 Subject: dmt: Implement API endpoint /api/job/{jobnum} This returns all details related to the requested job number as well as a tail of the job log file. If `jobnum` is omited, details of the latest job are returned. Signed-off-by: Malfurious --- dmt/config.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dmt/config.sh (limited to 'dmt/config.sh') diff --git a/dmt/config.sh b/dmt/config.sh new file mode 100644 index 0000000..a19e14f --- /dev/null +++ b/dmt/config.sh @@ -0,0 +1,2 @@ +# Number of lines of text to show per job on the main page +CYCHE_LOG_TAIL_LENGTH=25 -- cgit v1.2.3