syslogd with circular buffer

boyska 3132a18164 proof of concept 6 năm trước cách đây
README.md 3132a18164 proof of concept 6 năm trước cách đây
main.go 3132a18164 proof of concept 6 năm trước cách đây

README.md

A syslog daemon implementing circular buffer, in-memory storage.

This is useful when you want to keep some (heavy detailed) log available, but you don't want to log too many things to disk.

On your "main" syslog, send some message to this one!