Skip to content

Commit e640480

Browse files
authored
Merge pull request #5521 from Turbo87/test-logging
tests: Adjust logging
2 parents 3499448 + 1673413 commit e640480

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tests/util/test_app.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ impl TestAppBuilder {
324324

325325
pub fn init_logger() {
326326
let _ = tracing_subscriber::fmt()
327-
.with_env_filter(tracing_subscriber::EnvFilter::from_default_env())
327+
.compact()
328+
.with_max_level(tracing::Level::INFO)
328329
.without_time()
329330
.with_test_writer()
330331
.try_init();

0 commit comments

Comments
 (0)