From e1ccdb18c10141122e48341c781ef4983f1d244b Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Sun, 7 Sep 2025 14:05:51 +0300 Subject: [PATCH] Updated Debug (markdown) --- Debug.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Debug.md b/Debug.md index 1c74572..350cd9d 100644 --- a/Debug.md +++ b/Debug.md @@ -1,6 +1,7 @@ Run `aquatic-crawler` with following arguments: ``` bash -RUST_LOG=DEBUG aquatic-crawler {ARGUMENTS} +RUST_LOG=aquatic_crawler=trace aquatic-crawler {ARGUMENTS} ``` -* [supported levels](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.LevelFilter.html) \ No newline at end of file +* or just `RUST_LOG=trace` - to debug all crates +* [supported debug levels](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.LevelFilter.html) \ No newline at end of file