Custom Axum Logging for Routes?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • SaaSHub - Software Alternatives and Reviews
  • zero2prod

    Based on my understanding of the docs for Tracing, it seems like I should either be able to use spans or events to log specific things as they happen, which seems like the way to do this custom logging here. Is there anything that I'm missing in my setup to make these logs appear? Thanks for any help! Link to full repo: https://github.com/hkwiseman/zero2prod

  • tracing

    Application level tracing for Rust.

    tracing by itself only outputs log data, you need to consume them in a subscriber, the tracing-subscriber crate exists for this. (example)

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts