Missing --log-file option for persistent logging #104
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Logging only goes to stderr. There is no
--log-fileoption for persistent logging to a file.Location
src/shared/log.c
Suggested Fix
Add
--log-file <path>flag. Addlog_set_file(FILE*)tolog.cthat duplicates output to a file handle.Severity
low
Category
feature
Sub-Agent
feature-scout (FS-10)
This issue was automatically generated by the issue-creator agent.
Fixed in PR #148 — merged into main on 2026-07-29.