mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 00:17:27 +00:00
suppress wgpu warnings by default. they are generally unactionable and noisy (#1066)
This commit is contained in:
parent
b12e3bf3bb
commit
45e2be3847
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue