Sign inSign up

jchristn77/syslogserver

By jchristn77

Updated 8 months ago

Simple syslog server

Image
Networking
Developer tools
0

1.0K

jchristn77/syslogserver repository overview

Syslog Server

Simple Syslog Server in C#

Syslog Server will automatically start using a default configuration listening on UDP/514 and storing log files in the ./logs/ directory. If you wish to change this, create a file called syslog.json with the following structure:

{
  "UdpPort": 514,
  "DisplayTimestamps": true,
  "LogFileDirectory": "./logs/",
  "LogFilename": "log.txt",
  "LogWriterIntervalSec": 10
}

Starting the Server

Build/compile and run the binary.

Running in Docker

Refer to the docker directory. A build called jchristn77/syslogserver has been stored on Docker Hub. Refer to the docker directory for sample deployment.

Tag summary

Content type

Image

Digest

sha256:3e4227f3e

Size

304.3 MB

Last updated

8 months ago

docker pull jchristn77/syslogserver