Update SysLogServer.py
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
## Syslog Server in Python.
|
||||
##
|
||||
|
||||
LOG_FILE = 'youlogfile.log'
|
||||
HOST, PORT = "0.0.0.0", 514
|
||||
|
||||
OracleUser = ''
|
||||
@@ -66,4 +65,4 @@ if __name__ == "__main__":
|
||||
except (IOError, SystemExit):
|
||||
raise
|
||||
except KeyboardInterrupt:
|
||||
print ("Crtl+C Pressed. Shutting down.")
|
||||
print ("Crtl+C Pressed. Shutting down.")
|
||||
|
||||
Reference in New Issue
Block a user