Skip to content

api.py: Add include_sensitive parameter for /api/jobs/{job_id}/log

get_log():
Read from the jsonl job log instead of the old plain text file.
Only return sensitive lines of log output if include_sensitive is
true.

Edited by Ahmon Dancy

Merge request reports