bevy/crates/bevy_log/src
helvieq499 910f984709
log to stderr instead of stdout (#8886)
# 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
2023-06-19 23:36:02 +00:00
..
android_tracing.rs Update tracing-subscriber requirement from 0.2.22 to 0.3.1 (#3076) 2021-11-12 03:08:27 +00:00
lib.rs log to stderr instead of stdout (#8886) 2023-06-19 23:36:02 +00:00