Async logging backends don't exist?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • tracing

    Application level tracing for Rust.

  • mugen-dms

    Document management system written in rust

  • you can do exactly this with tracing. I have written a little logging utility in my application that can be configured through a toml file. I am able to add file loggers by simply adding entries to the toml and configure the log levels of crates or modules in a list: https://github.com/koopa1338/mugen-dms/blob/main/mugen-server/src/utils/logging.rs

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tracing-wasm

    `tracing` crate compatible `Subscriber` for reporting spans through browser `window.performance`

  • tracing-wasm is something else: https://github.com/storyai/tracing-wasm

  • gbench

  • It looks like gbench creates trace files that are then opened in Chrome: https://github.com/maksimil/gbench

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

  • Decrusting the tracing crate [video] by Jon Gjengset

    1 project | news.ycombinator.com | 10 Feb 2024
  • How can I write a tracing subscriber that saves to a database?

    1 project | /r/rust | 3 Jul 2023
  • A locking war story

    2 projects | /r/rust | 1 Jun 2023
  • Custom Axum Logging for Routes?

    2 projects | /r/rust | 17 Mar 2023
  • Concurrency visualizer for Tokio

    1 project | /r/rust | 2 Dec 2022