Skip to content

Commit f3b7111

Browse files
authored
tracing: Enable time output in tests (#8450)
1 parent a0cd9f0 commit f3b7111

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/tracing.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ pub fn init_for_test() {
5454
let _ = tracing_subscriber::fmt()
5555
.compact()
5656
.with_env_filter(env_filter)
57-
.without_time()
5857
.with_test_writer()
5958
.try_init();
6059
}

0 commit comments

Comments
 (0)