book
book copied to clipboard
RUST_LOG=output_log=info - Need to remove output_log=
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