Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

C# Syslog Server

License

NotificationsYou must be signed in to change notification settings

jchristn/SyslogServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 calledsyslog.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 thedocker directory. A build calledjchristn/syslogserver has been stored onDocker Hub. Refer to thedocker directory for sample deployment.


[8]ページ先頭

©2009-2025 Movatter.jp