From fbb2e4382e69806d6fa0b5cd1f9d3ce12ace2524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20S=C3=A1lyi?= Date: Wed, 23 Apr 2025 18:08:57 +0200 Subject: [PATCH] Fix recommended RUST_LOG level for debugging --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c19f036..7bf663f 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Reports on any problems are appreciated, look for an existing or open a new issu Please include a verbose log from you terminal by running with `RUST_BACKTRACE=1` and `RUST_LOG=trace` environment variables set, such as - $ RUST_BACKTRACE=1 RUST_LOG=trace multibg-sway ~/my_wallpapers + $ RUST_BACKTRACE=1 RUST_LOG=info,multibg_sway=trace multibg-sway ~/my_wallpapers ## Alternatives