Skip to content

Commit 565a6ef

Browse files
committed
app: Silence wgpu_hal warnings
1 parent dff6ce0 commit 565a6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fn main() -> eframe::Result<()> {
3838
let _rt_guard = rt.enter();
3939

4040
env_logger::Builder::from_env(
41-
Env::default().default_filter_or("info,wgpu_core=warn,wgpu_hal=warn,naga=warn"),
41+
Env::default().default_filter_or("info,wgpu_core=warn,wgpu_hal=error,naga=warn"),
4242
)
4343
.init();
4444
let args = Args::parse();

0 commit comments

Comments
 (0)