syslogd with circular buffer
Find a file
2018-08-22 23:07:52 +02:00
main.go Connection parameters from command-line 2018-08-22 23:07:52 +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!