LogPilot

github.com/alexchen/logpilot ↗

A lightweight structured logging library for Go with zero-allocation hot paths.

★ 890GitHub stars

Why I built this

Most Go logging libraries either sacrifice performance for ergonomics or the reverse. LogPilot aims to provide a clean, structured API with zero-allocation hot paths — meaning you can leave detailed logging enabled in production without measurable overhead.

Stack

GoZero-alloc designBenchmarks