tracing running only when enabled

This commit is contained in:
filipriec
2025-04-23 11:29:00 +02:00
parent 8c312bc163
commit 5c352eb863
2 changed files with 8 additions and 1 deletions

View File

@@ -14,3 +14,7 @@ Client:
cargo watch -x 'run --package client -- client'
```
Client with tracing:
```
ENABLE_TRACING=1 RUST_LOG=client=debug cargo watch -x 'run --package client -- client'
```