From f208e6a26f3c21c25dbfcfe29491a6f5660c999d Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 6 May 2021 16:48:45 +0200 Subject: chore: update wgpu and realign to spec (#9760) --- cli/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/main.rs') diff --git a/cli/main.rs b/cli/main.rs index 6b5c5da27..ba3abc43d 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -967,7 +967,8 @@ fn init_logger(maybe_level: Option) { ) // https://github.com/denoland/deno/issues/6641 .filter_module("rustyline", LevelFilter::Off) - // wgpu backend crates (gfx_backend), have a lot of useless INFO and WARN logs + // wgpu crates (gfx_backend), have a lot of useless INFO and WARN logs + .filter_module("wgpu", LevelFilter::Error) .filter_module("gfx", LevelFilter::Error) .format(|buf, record| { let mut target = record.target().to_string(); -- cgit v1.2.3