January 2019
Intermediate to advanced
520 pages
14h 32m
English
The RUST_LOG_STYLE variable sets the style of printed records. It has three variants:
See the following example:
RUST_LOG_STYLE=auto cargo run
I recommend that you use the never value if you redirect the stderr output a file or if you want to use grep or awk to extract values with special patterns.
Read now
Unlock full access