log.stage_start/stage_done don't log to file unlike log.status #310

Open
opened 2026-07-09 19:40:03 +00:00 by the.auditor · 0 comments
Owner

log.stage_start/log.stage_done (added in PR #308) write directly to stderr but don't log to file, unlike log.status which does both (io.stderr:write + log.write).

Consider adding log.write("progress", ...) calls inside these functions if build stage progress should appear in log files.

Ref: PR #308 review

`log.stage_start`/`log.stage_done` (added in PR #308) write directly to stderr but don't log to file, unlike `log.status` which does both (`io.stderr:write` + `log.write`). Consider adding `log.write("progress", ...)` calls inside these functions if build stage progress should appear in log files. Ref: PR #308 review
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/qpkg#310
No description provided.