Update SysLogServer.py
This commit is contained in:
@@ -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 = ''
|
||||||
@@ -66,4 +65,4 @@ if __name__ == "__main__":
|
|||||||
except (IOError, SystemExit):
|
except (IOError, SystemExit):
|
||||||
raise
|
raise
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print ("Crtl+C Pressed. Shutting down.")
|
print ("Crtl+C Pressed. Shutting down.")
|
||||||
|
|||||||
Reference in New Issue
Block a user