RUST_LOG=output_log=info - Need to remove output_log=
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.1k
- Forks
- 122
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 2
Description
the format of:
env RUST_LOG=output_log=info cargo run --bin output-log
in section 1.5 Output for humans and machines
doesn't work on my Mac. This does:
RUST_LOG=info cargo run --bin output-log
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open section 1.5, “Output for humans and machines,” in the book and locate the example using RUST_LOG=output_log=info. Replace the non-working command with the RUST_LOG=info form, then review the rendered section to confirm the example is correct and complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100