mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
Back out "::ALL" default logbits.
This commit is contained in:
parent
9c81889ad2
commit
aca5082273
@ -10,7 +10,7 @@
|
||||
|
||||
static uint32_t
|
||||
read_type_bit_mask() {
|
||||
uint32_t bits = rust_log::ULOG | rust_log::ERR | rust_log::ALL;
|
||||
uint32_t bits = rust_log::ULOG | rust_log::ERR;
|
||||
char *env_str = getenv("RUST_LOG");
|
||||
if (env_str) {
|
||||
bits = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user