syslogd with circular buffer
Find a file
2018-08-23 01:14:08 +02:00
http.go refactor: now Hub keeps everything 2018-08-23 01:04:31 +02:00
hub.go Hub resists to Client failures 2018-08-23 01:14:08 +02:00
main.go refactor: now Hub keeps everything 2018-08-23 01:04:31 +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!