Logy v0.1is out!

Introducing Logy

August 21, 2026 · 3 min read

CT

Codnect Team

Project notes and engineering updates

Introducing Logy

Codnect

We are happy to introduce Logy, a configurable logger for Go applications.

Logy is built for applications that need readable local output and structured production logs without turning logging into framework work. It supports named loggers, contextual fields, flexible handlers, JSON output, and readable error traces.

The goal is simple: keep logging calls easy to write while giving applications enough control over how records are formatted, routed, and enriched with runtime context.

Logy starts small, but leaves room for the pieces real services usually need:

  • Console output for development
  • JSON output for structured environments
  • Context fields for trace and request metadata
  • Error logging with useful stack information
  • Handlers for routing records to different outputs

Read the Logy documentation to get started.