ansi_term requires Windows 10 programs to explicitly enable ANSI support.
Without doing this, using cargo run or cargo run --release display tracing logs correctly, but when running the binary installed with cargo install --path . it results in broken ANSI strings.
Is this something you think tracing should fix out of the box, should just be communicated in the docs?
ansi_termrequires Windows 10 programs to explicitly enable ANSI support.Without doing this, using
cargo runorcargo run --releasedisplaytracinglogs correctly, but when running the binary installed withcargo install --path .it results in broken ANSI strings.Is this something you think
tracingshould fix out of the box, should just be communicated in the docs?