syslogd with circular buffer
Find a file
boyska 66f32d1c05 refactor: now Hub keeps everything
before this there was some hidden race condition because raceCondition
is not concurrent-safe, and there was some concurrent reading and
writing.
Now everything is handled safely by the Hub.

Client now have "options" which are understood by the Hub to handle
them differently.
2018-08-23 01:04:31 +02:00
http.go refactor: now Hub keeps everything 2018-08-23 01:04:31 +02:00
hub.go refactor: now Hub keeps everything 2018-08-23 01:04:31 +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!