Back to GitHub trending

alexrios/logflightrecorder

A zero-allocation slog.Handler that maintains a circular buffer of recent log events, like an aircraft's black box - always preserving the last N entries for debugging.

Go1 stars0 forks
View on GitHubShare on X

What it does

logflightrecorder is a Go library that provides a zero-allocation logging handler, maintaining a circular buffer of recent log events for easy debugging. It acts like an aircraft's black box, preserving critical logs for analysis during errors.

Star history

2026-08-23 → 2026-09-15-1 stars

Tracking

Last trending
2026-02-21

Creator kit

Hook

Discover how logflightrecorder can enhance your application's logging capabilities without any external dependencies!

Content angles

  • Create a tutorial on implementing logflightrecorder in a Go web application.
  • Discuss the importance of logging and how circular buffers can improve debugging.
  • Compare logflightrecorder with other logging libraries in Go, highlighting its unique features.

Who should care

Go developers looking for efficient logging solutions to enhance debugging.