diff options
Diffstat (limited to 'src/rt/rust_log.cpp')
| -rw-r--r-- | src/rt/rust_log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_log.cpp b/src/rt/rust_log.cpp index b67876eb..cd362cc8 100644 --- a/src/rt/rust_log.cpp +++ b/src/rt/rust_log.cpp @@ -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; |