DEV Community

Vincent Eckert Sierota
Vincent Eckert Sierota

Posted on

πŸ¦€ Rust Weekly Log β€” Structured Logging with tracing

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

Top comments (0)