I published a new Fearless in Rust video diving into structured logging using tracing and tracing_subscriber. If youāre building services in async Rust or Axum, this will level up your debugging and observability.
Whatās covered:
- clean + flexible log configuration
- switching between compact and JSON formats
- adding contextual metadata (source_id)
- automatic request logs with TraceLayer
- practical use of #[instrument]
š„ Watch here: https://youtu.be/UBxHiPFMg0M
