diff --git a/features/log.html b/features/log.html index 123dc5bce..0f6b7c6a8 100644 --- a/features/log.html +++ b/features/log.html @@ -189,7 +189,8 @@

Filteri

The 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.

+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.

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