Skip to content

Commit aca5082

Browse files
committed
Back out "::ALL" default logbits.
1 parent 9c81889 commit aca5082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
static uint32_t
1212
read_type_bit_mask() {
13-
uint32_t bits = rust_log::ULOG | rust_log::ERR | rust_log::ALL;
13+
uint32_t bits = rust_log::ULOG | rust_log::ERR;
1414
char *env_str = getenv("RUST_LOG");
1515
if (env_str) {
1616
bits = 0;

0 commit comments

Comments
 (0)