From 8b1c8b66f987b61d3b61884246312cab276a7853 Mon Sep 17 00:00:00 2001
From: Johannes Lade The Filteri
filter field is a string specifying a list of rules for what level to
enable for different Rust modules/crates. In the example above, the string
means: show up to info by default, limit wgpu_core and wgpu_hal
-to warn level, for mygame show debug.warn level, for mygame show debug. mygame has to be replaced with the name of your game, i.e. the name of the rust project found in the Cargo.toml project configuration.
All levels higher than the one specified are also enabled. All levels lower than the one specified are disabled, and those messages will not be displayed.
The The level filter is a global limit on the lowest level to use. Messages
From d78a7dea84ef55415cbe9c770b9302ea33ae6978 Mon Sep 17 00:00:00 2001
From: Johannes Lade Filteri
filter field is a string specifying a list of rules for what level to
enable for different Rust modules/crates. In the example above, the string
means: show up to info by default, limit wgpu_core and wgpu_hal
-to warn level, for mygame show debug. mygame has to be replaced with the name of your game, i.e. the name of the rust project found in the Cargo.toml project configuration.warn level, for mygame show debug. mygame has to be replaced with
+the name of your game, i.e. the name of the rust project found in the Cargo.toml project configuration.
All levels higher than the one specified are also enabled. All levels lower than the one specified are disabled, and those messages will not be displayed.
The level filter is a global limit on the lowest level to use. Messages