Repository moved
https://github.com/mnellemann/syslogd
gradle/wrapper | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
bitbucket-pipelines.yml | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
Syslog Daemon
Basic syslog server written in Java. All received messages are written to stdout.
The syslog server is able to listen on UDP and/or TCP and parses syslog messages in either RFC5424 or RFC3164 (BSD) format. The default syslog port (514) requires you to run syslogd as root / administrator. If you do not with to do so, you can choose a port number (with the -p flag) above 1024.
This project is in no way associated with, supported or endorsed by, International Business Machines Corporation (IBM).
Usage Instructions
- Install the syslogd package (.deb or .rpm) from downloads or compile from source.
- Run bin/syslogd, use the -h option for help :)