rust-cli / rust-cli/book

RUST_LOG=output_log=info - Need to remove output_log=

Open Beginner friendly
#6 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.