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.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
68/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
rust
Domain
cli, documentation

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.

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

Dominant language
Rust
Stars
1.1k
Forks
122
Avg merge
10h 37m
Merged PRs (30d)
2

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.

More from rust-cli/book

All issues in rust-cli/book

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.