We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc7ce4 commit b4cb39dCopy full SHA for b4cb39d
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 9c81889ad258c34635532dc7017d1c2b831230b8
+refs/heads/master: aca5082273a6f43cbaa8161ab3538d05b1c1a260
trunk/src/rt/rust_log.cpp
@@ -10,7 +10,7 @@
10
11
static uint32_t
12
read_type_bit_mask() {
13
- uint32_t bits = rust_log::ULOG | rust_log::ERR | rust_log::ALL;
+ uint32_t bits = rust_log::ULOG | rust_log::ERR;
14
char *env_str = getenv("RUST_LOG");
15
if (env_str) {
16
bits = 0;
0 commit comments