- Notifications
You must be signed in to change notification settings - Fork26
jchristn/SyslogServer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 calledsyslog.json
with the following structure:
{ "UdpPort": 514, "DisplayTimestamps": true, "LogFileDirectory": "./logs/", "LogFilename": "log.txt", "LogWriterIntervalSec": 10}
Build/compile and run the binary.
Refer to thedocker
directory. A build calledjchristn/syslogserver
has been stored onDocker Hub. Refer to thedocker
directory for sample deployment.
About
C# Syslog Server