We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12e3bf commit 45e2be3Copy full SHA for 45e2be3
crates/bevy_log/src/lib.rs
@@ -33,7 +33,7 @@ pub struct LogSettings {
33
impl Default for LogSettings {
34
fn default() -> Self {
35
Self {
36
- filter: "wgpu=warn".to_string(),
+ filter: "wgpu=error".to_string(),
37
level: Level::INFO,
38
}
39
0 commit comments