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

@@ -1,7 +1,11 @@
export RUSTC_WRAPPER := "sccache"
set shell := ["bash", "-cu"]
# Default recipe
default:
@just --list
alias c := check
# Run all checks (fmt, clippy, docs, test)
check: fmt clippy docs test
@@ -47,7 +51,6 @@ runner server mode="x25519" payload="1024" iters="100" warmup="10":
--iters {{iters}} \
--warmup {{warmup}}
alias c := clean
# Clean build artifacts
clean:
cargo clean