You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tiny and simple syslog server with log rotation. tinysyslog was born out of the need for a tiny, easy to set up and
4
-
use syslog server that simply writes every incoming log (RFC5424 format) to a file that is automatically rotated,
4
+
use syslog server that simply writes every incoming log (in [RFC 5424](https://datatracker.ietf.org/doc/html/rfc5424)format**only**) to a file that is automatically rotated,
5
5
to stdout or stderr (mostly for Docker) and or to Elasticsearch.
6
6
tinysyslog is based on [go-syslog](https://github.com/mcuadros/go-syslog) and [lumberjack](https://github.com/natefinch/lumberjack).
0 commit comments