syslogd with circular buffer
Find a file
2018-08-23 12:25:07 +02:00
cmd/circologd refactor: hub reorganized a little 2018-08-23 12:25:07 +02:00
.drone.yml drone CI 2018-08-23 02:09:04 +02:00
hub.go refactor: hub reorganized a little 2018-08-23 12:25:07 +02:00
README.md proof of concept 2018-08-22 18:47:00 +02:00

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!