suppress wgpu warnings by default. they are generally unactionable and noisy (#1066)
This commit is contained in:
parent
b12e3bf3bb
commit
45e2be3847
@ -33,7 +33,7 @@ pub struct LogSettings {
|
||||
impl Default for LogSettings {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
filter: "wgpu=warn".to_string(),
|
||||
filter: "wgpu=error".to_string(),
|
||||
level: Level::INFO,
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user