documents: use *:Critical for log silencing example
This commit is contained in:
parent
594f0f46a4
commit
20aa2d76d1
|
@ -60,7 +60,7 @@ You can configure the emulator by editing the `config.toml` file found in the `u
|
||||||
- Valid log levels: `Trace, Debug, Info, Warning, Error, Critical` - in this order, setting a level silences all levels preceding it and logs every level after it.
|
- Valid log levels: `Trace, Debug, Info, Warning, Error, Critical` - in this order, setting a level silences all levels preceding it and logs every level after it.
|
||||||
- Examples:
|
- Examples:
|
||||||
- If the log is being spammed with messages coming from Lib.Pad, you can use `Lib.Pad:Critical` to only log critical-level messages.
|
- If the log is being spammed with messages coming from Lib.Pad, you can use `Lib.Pad:Critical` to only log critical-level messages.
|
||||||
- If you'd like to mute everything, but still want to receive messages from Vulkan rendering: `*:Error Render.Vulkan:Info`
|
- If you'd like to mute everything, but still want to receive messages from Vulkan rendering: `*:Critical Render.Vulkan:Info`
|
||||||
|
|
||||||
- `Fullscreen`: Display the game in a full screen borderless window.
|
- `Fullscreen`: Display the game in a full screen borderless window.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue