Skip to content

Commit ce3f440

Browse files
committed
tracing: Enable time output in tests
1 parent 1af5ce3 commit ce3f440

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)