Update SysLogServer.py

This commit is contained in:
Ronny Grobel
2020-11-25 09:56:55 +01:00
committed by GitHub
parent fbdce9af3f
commit 7567522e6f

View File

@@ -3,7 +3,6 @@
## Syslog Server in Python. ## Syslog Server in Python.
## ##
LOG_FILE = 'youlogfile.log'
HOST, PORT = "0.0.0.0", 514 HOST, PORT = "0.0.0.0", 514
OracleUser = '' OracleUser = ''