Log collection and analysis
Log toplama ve analiz
Yapisal loglama
tracing = "0.1"JSON ayristirma
serde_json = "1"Async runtime
tokio = { version = "1", features = ["full"] }Copy this Cargo.toml to get started:
[package]
name = "my-log-aggregator"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = "0.1"
serde_json = "1"
tokio = { version = "1", features = ["full"] }
thiserror = "1"
tracing = "0.1"