Skip to content

Releases: DojoGenesis/logwatcher

v0.1.0 — Initial Release

13 Apr 20:23

Choose a tag to compare

Zero-dependency Go log watcher with bounded fan-out.

  • Multi-file tail with seek-to-EOF on startup
  • Bounded fan-out: multiple subscribers per watched file
  • Silent drop on slow clients (never blocks the watcher)
  • Context-driven lifecycle (cancel = clean shutdown)
  • No external dependencies