feat: service logging to a file
Metadata
Current evaluation
Merged implementation for service file logging. Configured to output logs to /var/snap/fetch-service/current to satisfy confined snap restrictions. Approved by two reviewers and passed CI checks.
Suggested action: —
No scores available.
Issue body
Due to confined snap limitations, that file must be in /var/snap/fetch-service/current
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged implementation for service file logging. Configured to output logs to /var/snap/fetch-service/current to satisfy confined snap restrictions. Approved by two reviewers and passed CI checks. |
Update history
| Date | Change |
|---|---|
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #294 feat: allow logging to a file | fetch-service | merged | Merged to add a configurable file logging option for the fetch-service, bypassing standard output capture limitations. Resolves #288. Approved by two reviewers, modifying three files with a net addition of 58 lines. | |
| #555 fix: properly log the fetch-service's output | craft-application | merged | Merged a fix for fetch-service logging that bypasses snap file descriptor restrictions by passing the logfile path via a new CLI option instead of bash redirection. Approved by two reviewers, passed CI, and resolves issue #550. |