9 comments (9 comments)2 reactions (2 reactions)0 assignees (0 assignees)Rust3,111 forks (3,111 forks)batch import
help wantedneeds-designtracing
Repository metrics
- Stars
- 84,934 stars (84,934 stars)
- PR merge metrics
- Avg merge 7d 16h (Avg merge 7d 16h)259 merged PRs in 30d (259 merged PRs in 30d)
Description
In short, similar to the --log option of pip:
--log <path> Path to a verbose appending log.
Related:
Contributor guide
- Research direction
- Implement a new CLI flag ` log` that writes verbose logs to a file. Look at existing CLI flag implementations in the codebase, particularly how other flags like ` verbose` are handled. Also check the `UV LOG FILE` environment variable mentioned in issue #8351 for consistency.
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- RustGit