Skip to content

Instantly share code, notes, and snippets.

View infinitylx's full-sized avatar
🤠
CDD - Cowboy Driven Development

Wladislaw infinitylx

🤠
CDD - Cowboy Driven Development
View GitHub Profile
@infinitylx
infinitylx / pysyslog.py
Last active December 13, 2021 12:23 — forked from marcelom/pysyslog.py
Tiny Python3 Syslog Server
#!/usr/bin/env python3
## Tiny Syslog Server in Python3.
##
## This is a tiny syslog server that is able to receive UDP based syslog
## entries on a specified port and save them to a file.
## That's it... it does nothing else...
## There are a few configuration parameters.
LOG_FILE = 'youlogfile.log'