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
- Host: GitHub
- URL: https://github.com/rexlx/rider
- Owner: rexlx
- License: mit
- Created: 2023-10-07T00:46:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-20T18:48:59.000Z (about 1 year ago)
- Last Synced: 2025-03-24T04:03:05.008Z (about 2 months ago)
- Topics: go, golang, logging-server, syslog
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```