feat(server): add structured logging with tracing

This commit is contained in:
2026-02-04 15:11:26 +02:00
parent 2972163055
commit 46bc7960c1
7 changed files with 68 additions and 46 deletions

View File

@@ -29,7 +29,7 @@
## Milestone 4 -- Concurrency & runner [MUST]
- [x] tokio-based runner
- [ ] concurrency control and warmup
- [X] concurrency control and warmup
- [ ] matrix runner over (mode, payload, concurrency)
## Milestone 5 -- HTTP/1.1 mode (hyper) \[OPTIONAL\]