Crate

env_logger

Logger backend for the log crate, configured via RUST_LOG.

What it is

env_logger is the simplest logging backend for the log facade. It reads RUST_LOG to configure per-module log levels, then writes formatted output to stderr. Initialization is a single env_logger::init() call at program startup.

Why it is commonly used

The default logger in Rust CLI tools and test suites. Zero configuration in code, runtime-controllable with RUST_LOG=debug or RUST_LOG=myapp=trace, and requiring no setup beyond one line in main().

834
Repositories
86%
Actively maintained
712
Updated ≤ 30 days
2.3M
Total stars
701
Owners

Counted from the Cargo.toml manifests of the 834 indexed repositories that declare env_logger as a dependency — not download counts. Dependency data last verified 2026-08-13.

Browse 834 repositories using env_logger in Repos →
Often used with

Crates that show up unusually often in env_logger projects. The most distinctive pairings rank first — crates these projects use far more than the average indexed Rust project does, not just crates that are popular everywhere. Each percentage is the share of env_logger projects that also use it.

Used by these organizations
50 of 834 repositories · ranked by stars · 712 pushed in the last 30 days
servo38kactive

Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.

⑂ 3.7k3.1k
qdrant34kactive

Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/

meetily29kmaintenance

Privacy first, AI meeting assistant with 4x faster Parakeet/Whisper live transcription, speaker diarization, and Ollama summarization built on Rust. 100% local processing. no cloud required. Meetily (Meetly Ai - https://meetily.ai) is the #1 Self-hosted, Open-source Ai meeting note taker for macOS & Windows.

Graphite27kactive

Community-built comprehensive 2D content creation appplication for graphic design, digital art, and interactive real-time motion graphics powered by a node-based procedural graphics engine

neon23kmaintenance

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

⑂ 1.1k552
Ciphey22kactive

⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡

sqlx17kmaintenance

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

dbt-core14kactive

dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.

← Browse all repos