Home

Laravel Log Collectors in Golang

· SI THU AUNG

The problem

As a backend engineer, I need to know immediately every time an error happens in production. My previous error notifier sent non-stop alerts with no deduplication.

So I built this one — https://github.com/sithuaung/lara_log_collector — with these concepts:

  • Error deduplication
  • Configurable alert intervals
  • Noise suppression
  • Minimal memory footprint