Missing --log-file option for persistent logging #104

Closed
opened 2026-07-21 16:20:12 +02:00 by TapTap · 1 comment
Owner

Description

Logging only goes to stderr. There is no --log-file option for persistent logging to a file.

Location

src/shared/log.c

Suggested Fix

Add --log-file <path> flag. Add log_set_file(FILE*) to log.c that 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.

## Description Logging only goes to stderr. There is no `--log-file` option for persistent logging to a file. ## Location src/shared/log.c ## Suggested Fix Add `--log-file <path>` flag. Add `log_set_file(FILE*)` to `log.c` that 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._
Author
Owner

Fixed in PR #148 — merged into main on 2026-07-29.

Fixed in PR #148 — merged into main on 2026-07-29.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TapTap/FastSync#104