Skip to content

Commit 1673413

Browse files
committed
tests: Use compact logging format too
1 parent 37d8a34 commit 1673413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/util/test_app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ impl TestAppBuilder {
324324

325325
pub fn init_logger() {
326326
let _ = tracing_subscriber::fmt()
327+
.compact()
327328
.with_max_level(tracing::Level::INFO)
328329
.without_time()
329330
.with_test_writer()

0 commit comments

Comments
 (0)