1
0
Fork 0
forked from boyska/circolog
syslogd with circular buffer
Find a file
boyska 97fd191f0e refactor: no globals
it still isn't very clean; globals are avoided with factories, too many
pieces with no clear role
2018-08-23 00:34:02 +02:00
http.go refactor: no globals 2018-08-23 00:34:02 +02:00
hub.go Websocket to follow logs 2018-08-22 23:51:59 +02:00
main.go refactor: no globals 2018-08-23 00:34:02 +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!