diff --git a/back/api/system.ts b/back/api/system.ts index 965dd3b9..20e90d74 100644 --- a/back/api/system.ts +++ b/back/api/system.ts @@ -273,6 +273,7 @@ export default (app: Router) => { { onStart: async (cp, startTime) => { res.setHeader('QL-Task-Pid', `${cp.pid}`); + res.setHeader('QL-Task-Log', `${logPath}`); }, onEnd: async (cp, endTime, diff) => { res.end();