forked from boyska/circolog
syslogd with circular buffer
boyska
97fd191f0e
it still isn't very clean; globals are avoided with factories, too many pieces with no clear role |
||
---|---|---|
http.go | ||
hub.go | ||
main.go | ||
README.md |
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!