Skip to content

Commit add86ae

Browse files
authored
Update README.md
1 parent 336a3b1 commit add86ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# tinysyslog [![Go Report Card](https://goreportcard.com/badge/github.com/alexferl/tinysyslog)](https://goreportcard.com/report/github.com/alexferl/tinysyslog)
22

33
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,
55
to stdout or stderr (mostly for Docker) and or to Elasticsearch.
66
tinysyslog is based on [go-syslog](https://github.com/mcuadros/go-syslog) and [lumberjack](https://github.com/natefinch/lumberjack).
77

0 commit comments

Comments
 (0)