bevy/crates/bevy_log/src
Caleb Yates 82fd3df719
Document use of NO_COLOR in LogPlugin (#13984)
# Objective
Fixes #13982

## Solution
~~Adds a new field to `bevy_log::LogPlugin`: `ansi: bool`~~
Documents the use of `std::env::set_var("NO_COLOR", "1");` to disable
colour output in terminals.

## Testing
Yes, all tests passed when I ran `cargo run -p ci -- test` and `cargo
run -p ci -- lints`

I have only tested the code on my Mac, though I doubt this change would
have any affect on other platforms.

---
2024-06-24 21:04:55 +00:00
..
android_tracing.rs Fix unhandled null characters in Android logs (#12743) 2024-03-29 03:04:46 +00:00
lib.rs Document use of NO_COLOR in LogPlugin (#13984) 2024-06-24 21:04:55 +00:00