From 013cd9f17674a4939d885ef91b7058b5a59d9ae1 Mon Sep 17 00:00:00 2001 From: EightFactorial <29801334+EightFactorial@users.noreply.github.com> Date: Sat, 2 Aug 2025 22:39:00 -0700 Subject: Add FAQ to README (#231) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ddc92f1f..8b0e215a 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,11 @@ Azalea has support for Bevy plugins, which can significantly alter its functiona - [azalea-rs/azalea-hax](https://github.com/azalea-rs/azalea-hax) - Anti-knockback. If you've created your own plugin for Azalea, please create a PR to add it to this list :). + +## FAQ + +- There's too many console messages, how do I disable them? + + You can disable all console messages by setting the `RUST_LOG` environment variable to `off`, or you can filter log messages by setting specific log levels. For example, to disable only pathfinding logs, you can set `RUST_LOG=azalea::pathfinder=off`. + + See the [`env_logger`](https://docs.rs/env_logger/latest/env_logger/) crate documentation for more information. -- cgit v1.2.3