Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Rust Crates for Tracing and Logging

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

backtrace

backtrace is a library to acquire a stack trace (backtrace) at runtime in a Rust program.

tracing

tracing provides application-level tracing for Rust.

env_logger

env_logger implements a logger that can be configured via environment variables.

okaywal

okaywal is an okay Write-Ahead Log implementation.