Explorar el Código

test(loom): fix missing `LOOM_LOG=trace` logs

Signed-off-by: Eliza Weisman <[email protected]>
Eliza Weisman hace 3 años
padre
commit
a2a52c933e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/loom.rs

+ 1 - 0
src/loom.rs

@@ -79,6 +79,7 @@ mod inner {
             fmt::Subscriber::builder()
                 .with_writer(|| TracebufWriter)
                 .without_time()
+                .with_max_level(tracing::Level::TRACE)
                 .finish()
                 .with(filter)
                 .init();