Updated Debug (markdown)

oooo-ps 2025-09-07 14:05:51 +03:00
parent afd33db194
commit e1ccdb18c1

@ -1,6 +1,7 @@
Run `aquatic-crawler` with following arguments: Run `aquatic-crawler` with following arguments:
``` bash ``` 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) * or just `RUST_LOG=trace` - to debug all crates
* [supported debug levels](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.LevelFilter.html)