syslogd with circular buffer

boyska 5b7ddb62a6 drone CI há 5 anos atrás
cmd 71763cf8b1 HTTP unix domain socket há 5 anos atrás
.drone.yml 5b7ddb62a6 drone CI há 5 anos atrás
README.md 3132a18164 proof of concept há 5 anos atrás
hub.go 8568280dd1 FIX timeout issues between channels há 5 anos atrás

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!