An open API service indexing awesome lists of open source software.

https://github.com/rexlx/rider

remote logging server
https://github.com/rexlx/rider

go golang logging-server syslog

Last synced: about 2 months ago
JSON representation

remote logging server

Awesome Lists containing this project

README

        

# rider
its not a syslog server, but it will log the syslog data you point at it (so long as that data is UDP :) ). Theres an experimental quic server for handling encryption / streams.

```
go build .

./rider [args]

Usage of ./rider:
-addr string
UDP address to listen to (default ":514")
-logfile string
Log file to write to (default "rider.log")
-size int
Size of the buffer (default 1024)
-x Experimental (quic)
```