You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://crates.io/crates/fastrace-axum will automatically trace your incoming queries and setup the tracing context out-of-box. But you'll need to implement a logging layer for axum if you'd like to have it logging for requests in addition to tracing.
I use async-graphql in addition to axum. It would be great to see an integration wherein the incoming queries and being logged.
The text was updated successfully, but these errors were encountered: