mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
910f984709
# Objective - `bevy_log` writes logs to `stdout` (with ANSI formatting), which gets in the way with program output and complicates parsing. - Closes #8869 ## Solution - Change `bevy_log` to write to `stderr` instead of `stdout` --- ## Changelog Changed: - Logs write to `stderr` rather than `stdout` on desktop targets ## Migration Guide - Capture logs from `stderr` instead of from `stdout` - Use `2> output.log` on the command line to save `stderr` to a file |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |